COLOR #C9F3E2

HEX: #C9F3E2 RGB: (201,243,226)

Color info

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

RGB color model

#C9F3E2 color RGB value is (201,243,226).

RGB: (201,243,226) (79%, 95%, 89%)

RGB channels and saturation

R 201 of 255 = 79%
G 243 of 255 = 95%
B 226 of 255 = 89%

201
243
226

R + G + B ~ 88%. #C9F3E2 is light color.

Portions of RGB colors in percentages

R + G + B = 201 + 243 + 226 = 670 (100%)
R 201 of 670 ~ 30%
G 243 of 670 ~ 36.27%
B 226 of 670 ~ 33.73'%

%30
%36.27
%33.73

CMYK color model

#C9F3E2 color CMYK value is (17,0,7,5).

  • cyan value is 17.28%
  • magenta value is 0.00%
  • yellow value is 7.00%
  • key color value is 4.71%

CMYK: (17,0,7,5)
C17M0Y7K5 (17%, 0%, 7%, 5%)
(0.17 / 0.00 / 0.07 / 0.05)

CMYK percentages

%17.28
%0
%7
%4.71

Codes

Color #C9F3E2 in popluar color models

C9 F3 E2
RGB 201 243 226
HSL 156° 63.64% 87.06%
HSB/HSV 156° 17.28% 95.29%
CMYK 17.28% 0.00% 7.00%
4.71%

Color #C9F3E2 in popluar number systems.

HEX C9 F3 E2
Decimal 201 243 226
Binary 11001001 11110011 11100010
Octal 311 363 342

Shades and tints

Shades of #C9F3E2

#C9F3E2
(201,243,226)
#B7DDCE
(183,221,206)
#A5C7BA
(165,199,186)
#93B1A6
(147,177,166)
#819B92
(129,155,146)
#6F857E
(111,133,126)
#5D6F6A
(93,111,106)
#4B5956
(75,89,86)
#394342
(57,67,66)
#272D2E
(39,45,46)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #C9F3E2

#C9F3E2
(201,243,226)
#CDF4E4
(205,244,228)
#D1F5E6
(209,245,230)
#D5F6E8
(213,246,232)
#D9F7EA
(217,247,234)
#DDF8EC
(221,248,236)
#E1F9EE
(225,249,238)
#E5FAF0
(229,250,240)
#E9FBF2
(233,251,242)
#EDFCF4
(237,252,244)
#F1FDF6
(241,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F3E2 color. Also use rgb(201,243,226) instead hex code.

Text Font Color

.myTextColor { color: #C9F3E2; }

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

This text font color is #C9F3E2.

Background Color

.myBgColor { background-color: #C9F3E2; }

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

This div background color is #C9F3E2.

Border color

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

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

This div border color is #C9F3E2.

Opacity

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

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

Text with #C9F3E2 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 #C9F3E2;}

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

This text has shadow with #C9F3E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9F3E2.

Preview

Color preview on black background

This text has color #C9F3E2 on black background.


Color preview on white background

This text has color #C9F3E2 on white background.


Black color preview on #C9F3E2 background

This text has black color on #C9F3E2 background.


White color preview on #C9F3E2 background

This text has white color on #C9F3E2 background.


Related colors

Complementary color

Complementary color for #hex is #360C1D.


I love getcolorcode.com

Triadic colors

1 #E2C9F3 and #F3E2C9 with #C9F3E2 are triadic colors.

2 #E2F3C9 and #F3C9E2 with #C9F3E2 are triadic colors.