COLOR #CFE3C6

HEX: #CFE3C6
RGB: (207,227,198)

Color info

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

RGB color model

#CFE3C6 color RGB value is (207,227,198).

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

RGB channels and saturation

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

207
227
198

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

Portions of RGB colors in percentages

R + G + B =
207 + 227 + 198 = 632 (100%)
R 207 of 632 ~ 32.75%
G 227 of 632 ~ 35.92%
B 198 of 632 ~ 31.33%

%32.75
%35.92
%31.33

CMYK color model

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

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

CMYK percentages

%8.81
%0
%12.78
%10.98

Codes

Color #CFE3C6 in popluar color models

CFE3C6
RGB207227198
HSL101°34.12%83.33%
HSB/HSV101°12.78%89.02%
CMYK8.81%0.00%12.78%
10.98%

Color #CFE3C6 in popluar number systems.

HEXCFE3C6
Decimal207227198
Binary110011111110001111000110
Octal317343306

Shades and tints

Shades of #CFE3C6

#CFE3C6
(207,227,198)
#BDCFB4
(189,207,180)
#ABBBA2
(171,187,162)
#99A790
(153,167,144)
#87937E
(135,147,126)
#757F6C
(117,127,108)
#636B5A
(99,107,90)
#515748
(81,87,72)
#3F4336
(63,67,54)
#2D2F24
(45,47,36)
#1B1B12
(27,27,18)
#000000
(0,0,0)

Tints of #CFE3C6

#CFE3C6
(207,227,198)
#D3E5CB
(211,229,203)
#D7E7D0
(215,231,208)
#DBE9D5
(219,233,213)
#DFEBDA
(223,235,218)
#E3EDDF
(227,237,223)
#E7EFE4
(231,239,228)
#EBF1E9
(235,241,233)
#EFF3EE
(239,243,238)
#F3F5F3
(243,245,243)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE3C6; }

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

This text font color is #CFE3C6.


Background Color

.myBgColor { background-color: #CFE3C6; }

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

This div background color is #CFE3C6.


Border color

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

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

This div border color is #CFE3C6.


Opacity

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

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

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

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

This text has shadow with #CFE3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE3C6 on black background.


Color preview on white background

This text has color #CFE3C6 on white background.



Black color preview on #CFE3C6 background

This text has black color on #CFE3C6 background.


White color preview on #CFE3C6 background

This text has white color on #CFE3C6 background.