COLOR #C9FEE4

HEX: #C9FEE4 RGB: (201,254,228)

Color info

#C9FEE4 contains red, green and blue colors in about the same proportion. Web safe color of #C9FEE4 is #CCFFCC (or #CFC).

RGB color model

#C9FEE4 color RGB value is (201,254,228).

RGB: (201,254,228) (79%, 100%, 89%)

RGB channels and saturation

R 201 of 255 = 79%
G 254 of 255 = 100%
B 228 of 255 = 89%

201
254
228

R + G + B ~ 89%. #C9FEE4 is light color.

Portions of RGB colors in percentages

R + G + B = 201 + 254 + 228 = 683 (100%)
R 201 of 683 ~ 29.43%
G 254 of 683 ~ 37.19%
B 228 of 683 ~ 33.38'%

%29.43
%37.19
%33.38

CMYK color model

#C9FEE4 color CMYK value is (21,0,10,0).

  • cyan value is 20.87%
  • magenta value is 0.00%
  • yellow value is 10.24%
  • key color value is 0.39%

CMYK: (21,0,10,0)
C21M0Y10K0 (21%, 0%, 10%, 0%)
(0.21 / 0.00 / 0.10 / 0.00)

CMYK percentages

%20.87
%0
%10.24
%0.39

Codes

Color #C9FEE4 in popluar color models

C9 FE E4
RGB 201 254 228
HSL 151° 96.36% 89.22%
HSB/HSV 151° 20.87% 99.61%
CMYK 20.87% 0.00% 10.24%
0.39%

Color #C9FEE4 in popluar number systems.

HEX C9 FE E4
Decimal 201 254 228
Binary 11001001 11111110 11100100
Octal 311 376 344

Shades and tints

Shades of #C9FEE4

#C9FEE4
(201,254,228)
#B7E7D0
(183,231,208)
#A5D0BC
(165,208,188)
#93B9A8
(147,185,168)
#81A294
(129,162,148)
#6F8B80
(111,139,128)
#5D746C
(93,116,108)
#4B5D58
(75,93,88)
#394644
(57,70,68)
#272F30
(39,47,48)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #C9FEE4

#C9FEE4
(201,254,228)
#CDFEE6
(205,254,230)
#D1FEE8
(209,254,232)
#D5FEEA
(213,254,234)
#D9FEEC
(217,254,236)
#DDFEEE
(221,254,238)
#E1FEF0
(225,254,240)
#E5FEF2
(229,254,242)
#E9FEF4
(233,254,244)
#EDFEF6
(237,254,246)
#F1FEF8
(241,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9FEE4 color. Also use rgb(201,254,228) instead hex code.

Text Font Color

.myTextColor { color: #C9FEE4; }

<p style="color:#C9FEE4">This sample text font color is #C9FEE4.</p>

This text font color is #C9FEE4.

Background Color

.myBgColor { background-color: #C9FEE4; }

<div style="background-color:#C9FEE4">Inner text</div>

This div background color is #C9FEE4.

Border color

.myBorderColor { border: 1px solid #C9FEE4; }

<div style="border:3px solid #C9FEE4">Div</div>

This div border color is #C9FEE4.

Opacity

.myOpacity80 { color: #C9FEE4; opacity: 0.8; }

<p style="color:#C9FEE4;opacity:0.8;">80%</p>

Text with #C9FEE4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C9FEE4;}

<p style="text-shadow: 3px 3px 1px #C9FEE4">Text here.</p>

This text has shadow with #C9FEE4 color.


.textShadow {text-shadow: 3px 3px 1px #C9FEE4', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C9FEE4, 5px 5px 20px red">Text here.</p>

This text has shadow with #C9FEE4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9FEE4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C9FEE4, Direction=45, Strength=4)">Text</p>

This text has shadow with #C9FEE4 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9FEE4;
-webkit-box-shadow: 1px 1px 3px 2px #C9FEE4;
box-shadow: 1px 1px 3px 2px #C9FEE4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9FEE4; -webkit-box-shadow: 1px 1px 3px 2px #C9FEE4; box-shadow:1px 1px 3px 2px #C9FEE4;">
Div content here
</div>

This div box has shadow with color #C9FEE4.

Preview

Color preview on black background

This text has color #C9FEE4 on black background.


Color preview on white background

This text has color #C9FEE4 on white background.


Black color preview on #C9FEE4 background

This text has black color on #C9FEE4 background.


White color preview on #C9FEE4 background

This text has white color on #C9FEE4 background.


Related colors

Complementary color

Complementary color for #hex is #36011B.


I love getcolorcode.com

Triadic colors

1 #E4C9FE and #FEE4C9 with #C9FEE4 are triadic colors.

2 #E4FEC9 and #FEC9E4 with #C9FEE4 are triadic colors.