COLOR #C9F3EB

HEX: #C9F3EB RGB: (201,243,235)

Color info

#C9F3EB contains red, green and blue colors in about the same proportion. Web safe color of #C9F3EB is #CCFFFF (or #CFF).

RGB color model

#C9F3EB color RGB value is (201,243,235).

RGB: (201,243,235) (79%, 95%, 92%)

RGB channels and saturation

R 201 of 255 = 79%
G 243 of 255 = 95%
B 235 of 255 = 92%

201
243
235

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

Portions of RGB colors in percentages

R + G + B = 201 + 243 + 235 = 679 (100%)
R 201 of 679 ~ 29.6%
G 243 of 679 ~ 35.79%
B 235 of 679 ~ 34.61'%

%29.6
%35.79
%34.61

CMYK color model

#C9F3EB color CMYK value is (17,0,3,5).

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

CMYK: (17,0,3,5)
C17M0Y3K5 (17%, 0%, 3%, 5%)
(0.17 / 0.00 / 0.03 / 0.05)

CMYK percentages

%17.28
%0
%3.29
%4.71

Codes

Color #C9F3EB in popluar color models

C9 F3 EB
RGB 201 243 235
HSL 169° 63.64% 87.06%
HSB/HSV 169° 17.28% 95.29%
CMYK 17.28% 0.00% 3.29%
4.71%

Color #C9F3EB in popluar number systems.

HEX C9 F3 EB
Decimal 201 243 235
Binary 11001001 11110011 11101011
Octal 311 363 353

Shades and tints

Shades of #C9F3EB

#C9F3EB
(201,243,235)
#B7DDD6
(183,221,214)
#A5C7C1
(165,199,193)
#93B1AC
(147,177,172)
#819B97
(129,155,151)
#6F8582
(111,133,130)
#5D6F6D
(93,111,109)
#4B5958
(75,89,88)
#394343
(57,67,67)
#272D2E
(39,45,46)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #C9F3EB

#C9F3EB
(201,243,235)
#CDF4EC
(205,244,236)
#D1F5ED
(209,245,237)
#D5F6EE
(213,246,238)
#D9F7EF
(217,247,239)
#DDF8F0
(221,248,240)
#E1F9F1
(225,249,241)
#E5FAF2
(229,250,242)
#E9FBF3
(233,251,243)
#EDFCF4
(237,252,244)
#F1FDF5
(241,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F3EB; }

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

This text font color is #C9F3EB.

Background Color

.myBgColor { background-color: #C9F3EB; }

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

This div background color is #C9F3EB.

Border color

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

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

This div border color is #C9F3EB.

Opacity

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

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

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

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

This text has shadow with #C9F3EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9F3EB.

Preview

Color preview on black background

This text has color #C9F3EB on black background.


Color preview on white background

This text has color #C9F3EB on white background.


Black color preview on #C9F3EB background

This text has black color on #C9F3EB background.


White color preview on #C9F3EB background

This text has white color on #C9F3EB background.


Related colors

Complementary color

Complementary color for #hex is #360C14.


I love getcolorcode.com

Triadic colors

1 #EBC9F3 and #F3EBC9 with #C9F3EB are triadic colors.

2 #EBF3C9 and #F3C9EB with #C9F3EB are triadic colors.