COLOR #CFE4C6

HEX: #CFE4C6
RGB: (207,228,198)

Color info

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

RGB color model

#CFE4C6 color RGB value is (207,228,198).

  • red value is 207;
  • green value is 228;
  • blue value is 198.
RGB:
(207,228,198)
(81%,89%,78%)

RGB channels and saturation

R 207 of 255 = 81%
G 228 of 255 = 89%
B 198 of 255 = 78%

207
228
198

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

Portions of RGB colors in percentages

R + G + B =
207 + 228 + 198 = 633 (100%)
R 207 of 633 ~ 32.7%
G 228 of 633 ~ 36.02%
B 198 of 633 ~ 31.28%

%32.7
%36.02
%31.28

CMYK color model

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

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 10.59%
CMYK:
(9,0,13,11)
C9M0Y13K11 
(9%,0%,13%,11%)
(0.09/0.00/0.13/0.11)	

CMYK percentages

%9.21
%0
%13.16
%10.59

Codes

Color #CFE4C6 in popluar color models

CFE4C6
RGB207228198
HSL102°35.71%83.53%
HSB/HSV102°13.16%89.41%
CMYK9.21%0.00%13.16%
10.59%

Color #CFE4C6 in popluar number systems.

HEXCFE4C6
Decimal207228198
Binary110011111110010011000110
Octal317344306

Shades and tints

Shades of #CFE4C6

#CFE4C6
(207,228,198)
#BDD0B4
(189,208,180)
#ABBCA2
(171,188,162)
#99A890
(153,168,144)
#87947E
(135,148,126)
#75806C
(117,128,108)
#636C5A
(99,108,90)
#515848
(81,88,72)
#3F4436
(63,68,54)
#2D3024
(45,48,36)
#1B1C12
(27,28,18)
#000000
(0,0,0)

Tints of #CFE4C6

#CFE4C6
(207,228,198)
#D3E6CB
(211,230,203)
#D7E8D0
(215,232,208)
#DBEAD5
(219,234,213)
#DFECDA
(223,236,218)
#E3EEDF
(227,238,223)
#E7F0E4
(231,240,228)
#EBF2E9
(235,242,233)
#EFF4EE
(239,244,238)
#F3F6F3
(243,246,243)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE4C6 color. Also use rgb(207,228,198) instead hex code.

Text Font Color

.myTextColor { color: #CFE4C6; }

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

This text font color is #CFE4C6.


Background Color

.myBgColor { background-color: #CFE4C6; }

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

This div background color is #CFE4C6.


Border color

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

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

This div border color is #CFE4C6.


Opacity

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

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

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

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

This text has shadow with #CFE4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE4C6 on black background.


Color preview on white background

This text has color #CFE4C6 on white background.



Black color preview on #CFE4C6 background

This text has black color on #CFE4C6 background.


White color preview on #CFE4C6 background

This text has white color on #CFE4C6 background.