COLOR #CFE3CA

HEX: #CFE3CA
RGB: (207,227,202)

Color info

#CFE3CA contains red, green and blue colors in about the same proportion. Web safe color of #CFE3CA is #CCCCCC (or #CCC).

RGB color model

#CFE3CA color RGB value is (207,227,202).

  • red value is 207;
  • green value is 227;
  • blue value is 202.
RGB:
(207,227,202)
(81%,89%,79%)

RGB channels and saturation

R 207 of 255 = 81%
G 227 of 255 = 89%
B 202 of 255 = 79%

207
227
202

R + G + B ~ 83%. #CFE3CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 227 + 202 = 636 (100%)
R 207 of 636 ~ 32.55%
G 227 of 636 ~ 35.69%
B 202 of 636 ~ 31.76%

%32.55
%35.69
%31.76

CMYK color model

#CFE3CA color CMYK value is (9,0,11,11).

  • cyan value is 8.81%
  • magenta value is 0.00%
  • yellow value is 11.01%
  • key color value is 10.98%
CMYK:
(9,0,11,11)
C9M0Y11K11 
(9%,0%,11%,11%)
(0.09/0.00/0.11/0.11)	

CMYK percentages

%8.81
%0
%11.01
%10.98

Codes

Color #CFE3CA in popluar color models

CFE3CA
RGB207227202
HSL108°30.86%84.12%
HSB/HSV108°11.01%89.02%
CMYK8.81%0.00%11.01%
10.98%

Color #CFE3CA in popluar number systems.

HEXCFE3CA
Decimal207227202
Binary110011111110001111001010
Octal317343312

Shades and tints

Shades of #CFE3CA

#CFE3CA
(207,227,202)
#BDCFB8
(189,207,184)
#ABBBA6
(171,187,166)
#99A794
(153,167,148)
#879382
(135,147,130)
#757F70
(117,127,112)
#636B5E
(99,107,94)
#51574C
(81,87,76)
#3F433A
(63,67,58)
#2D2F28
(45,47,40)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #CFE3CA

#CFE3CA
(207,227,202)
#D3E5CE
(211,229,206)
#D7E7D2
(215,231,210)
#DBE9D6
(219,233,214)
#DFEBDA
(223,235,218)
#E3EDDE
(227,237,222)
#E7EFE2
(231,239,226)
#EBF1E6
(235,241,230)
#EFF3EA
(239,243,234)
#F3F5EE
(243,245,238)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE3CA color. Also use rgb(207,227,202) instead hex code.

Text Font Color

.myTextColor { color: #CFE3CA; }

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

This text font color is #CFE3CA.


Background Color

.myBgColor { background-color: #CFE3CA; }

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

This div background color is #CFE3CA.


Border color

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

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

This div border color is #CFE3CA.


Opacity

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

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

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

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

This text has shadow with #CFE3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE3CA on black background.


Color preview on white background

This text has color #CFE3CA on white background.



Black color preview on #CFE3CA background

This text has black color on #CFE3CA background.


White color preview on #CFE3CA background

This text has white color on #CFE3CA background.