COLOR #C9FAEA

HEX: #C9FAEA RGB: (201,250,234)

Color info

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

RGB color model

#C9FAEA color RGB value is (201,250,234).

RGB: (201,250,234) (79%, 98%, 92%)

RGB channels and saturation

R 201 of 255 = 79%
G 250 of 255 = 98%
B 234 of 255 = 92%

201
250
234

R + G + B ~ 90%. #C9FAEA is light color.

Portions of RGB colors in percentages

R + G + B = 201 + 250 + 234 = 685 (100%)
R 201 of 685 ~ 29.34%
G 250 of 685 ~ 36.5%
B 234 of 685 ~ 34.16'%

%29.34
%36.5
%34.16

CMYK color model

#C9FAEA color CMYK value is (20,0,6,2).

  • cyan value is 19.60%
  • magenta value is 0.00%
  • yellow value is 6.40%
  • key color value is 1.96%

CMYK: (20,0,6,2)
C20M0Y6K2 (20%, 0%, 6%, 2%)
(0.20 / 0.00 / 0.06 / 0.02)

CMYK percentages

%19.6
%0
%6.4
%1.96

Codes

Color #C9FAEA in popluar color models

C9 FA EA
RGB 201 250 234
HSL 160° 83.05% 88.43%
HSB/HSV 160° 19.60% 98.04%
CMYK 19.60% 0.00% 6.40%
1.96%

Color #C9FAEA in popluar number systems.

HEX C9 FA EA
Decimal 201 250 234
Binary 11001001 11111010 11101010
Octal 311 372 352

Shades and tints

Shades of #C9FAEA

#C9FAEA
(201,250,234)
#B7E4D5
(183,228,213)
#A5CEC0
(165,206,192)
#93B8AB
(147,184,171)
#81A296
(129,162,150)
#6F8C81
(111,140,129)
#5D766C
(93,118,108)
#4B6057
(75,96,87)
#394A42
(57,74,66)
#27342D
(39,52,45)
#151E18
(21,30,24)
#000000
(0,0,0)

Tints of #C9FAEA

#C9FAEA
(201,250,234)
#CDFAEB
(205,250,235)
#D1FAEC
(209,250,236)
#D5FAED
(213,250,237)
#D9FAEE
(217,250,238)
#DDFAEF
(221,250,239)
#E1FAF0
(225,250,240)
#E5FAF1
(229,250,241)
#E9FAF2
(233,250,242)
#EDFAF3
(237,250,243)
#F1FAF4
(241,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9FAEA color. Also use rgb(201,250,234) instead hex code.

Text Font Color

.myTextColor { color: #C9FAEA; }

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

This text font color is #C9FAEA.

Background Color

.myBgColor { background-color: #C9FAEA; }

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

This div background color is #C9FAEA.

Border color

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

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

This div border color is #C9FAEA.

Opacity

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

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

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

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

This text has shadow with #C9FAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9FAEA.

Preview

Color preview on black background

This text has color #C9FAEA on black background.


Color preview on white background

This text has color #C9FAEA on white background.


Black color preview on #C9FAEA background

This text has black color on #C9FAEA background.


White color preview on #C9FAEA background

This text has white color on #C9FAEA background.


Related colors

Complementary color

Complementary color for #hex is #360515.


I love getcolorcode.com

Triadic colors

1 #EAC9FA and #FAEAC9 with #C9FAEA are triadic colors.

2 #EAFAC9 and #FAC9EA with #C9FAEA are triadic colors.