COLOR #CFE6C1

HEX: #CFE6C1
RGB: (207,230,193)

Color info

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

RGB color model

#CFE6C1 color RGB value is (207,230,193).

  • red value is 207;
  • green value is 230;
  • blue value is 193.
RGB:
(207,230,193)
(81%,90%,76%)

RGB channels and saturation

R 207 of 255 = 81%
G 230 of 255 = 90%
B 193 of 255 = 76%

207
230
193

R + G + B ~ 82%. #CFE6C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 230 + 193 = 630 (100%)
R 207 of 630 ~ 32.86%
G 230 of 630 ~ 36.51%
B 193 of 630 ~ 30.63%

%32.86
%36.51
%30.63

CMYK color model

#CFE6C1 color CMYK value is (10,0,16,10).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 16.09%
  • key color value is 9.80%
CMYK:
(10,0,16,10)
C10M0Y16K10 
(10%,0%,16%,10%)
(0.10/0.00/0.16/0.10)	

CMYK percentages

%10
%0
%16.09
%9.8

Codes

Color #CFE6C1 in popluar color models

CFE6C1
RGB207230193
HSL97°42.53%82.94%
HSB/HSV97°16.09%90.20%
CMYK10.00%0.00%16.09%
9.80%

Color #CFE6C1 in popluar number systems.

HEXCFE6C1
Decimal207230193
Binary110011111110011011000001
Octal317346301

Shades and tints

Shades of #CFE6C1

#CFE6C1
(207,230,193)
#BDD2B0
(189,210,176)
#ABBE9F
(171,190,159)
#99AA8E
(153,170,142)
#87967D
(135,150,125)
#75826C
(117,130,108)
#636E5B
(99,110,91)
#515A4A
(81,90,74)
#3F4639
(63,70,57)
#2D3228
(45,50,40)
#1B1E17
(27,30,23)
#000000
(0,0,0)

Tints of #CFE6C1

#CFE6C1
(207,230,193)
#D3E8C6
(211,232,198)
#D7EACB
(215,234,203)
#DBECD0
(219,236,208)
#DFEED5
(223,238,213)
#E3F0DA
(227,240,218)
#E7F2DF
(231,242,223)
#EBF4E4
(235,244,228)
#EFF6E9
(239,246,233)
#F3F8EE
(243,248,238)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE6C1 color. Also use rgb(207,230,193) instead hex code.

Text Font Color

.myTextColor { color: #CFE6C1; }

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

This text font color is #CFE6C1.


Background Color

.myBgColor { background-color: #CFE6C1; }

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

This div background color is #CFE6C1.


Border color

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

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

This div border color is #CFE6C1.


Opacity

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

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

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

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

This text has shadow with #CFE6C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE6C1 on black background.


Color preview on white background

This text has color #CFE6C1 on white background.



Black color preview on #CFE6C1 background

This text has black color on #CFE6C1 background.


White color preview on #CFE6C1 background

This text has white color on #CFE6C1 background.