COLOR #CFE6A6

HEX: #CFE6A6
RGB: (207,230,166)

Color info

#CFE6A6 contains mainly red and green colors. Web safe color of #CFE6A6 is #CCCC99 (or #CC9).

RGB color model

#CFE6A6 color RGB value is (207,230,166).

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

RGB channels and saturation

R 207 of 255 = 81%
G 230 of 255 = 90%
B 166 of 255 = 65%

207
230
166

R + G + B ~ 79%. #CFE6A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 230 + 166 = 603 (100%)
R 207 of 603 ~ 34.33%
G 230 of 603 ~ 38.14%
B 166 of 603 ~ 27.53%

%34.33
%38.14
%27.53

CMYK color model

#CFE6A6 color CMYK value is (10,0,28,10).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 27.83%
  • key color value is 9.80%
CMYK:
(10,0,28,10)
C10M0Y28K10 
(10%,0%,28%,10%)
(0.10/0.00/0.28/0.10)	

CMYK percentages

%10
%0
%27.83
%9.8

Codes

Color #CFE6A6 in popluar color models

CFE6A6
RGB207230166
HSL82°56.14%77.65%
HSB/HSV82°27.83%90.20%
CMYK10.00%0.00%27.83%
9.80%

Color #CFE6A6 in popluar number systems.

HEXCFE6A6
Decimal207230166
Binary110011111110011010100110
Octal317346246

Shades and tints

Shades of #CFE6A6

#CFE6A6
(207,230,166)
#BDD297
(189,210,151)
#ABBE88
(171,190,136)
#99AA79
(153,170,121)
#87966A
(135,150,106)
#75825B
(117,130,91)
#636E4C
(99,110,76)
#515A3D
(81,90,61)
#3F462E
(63,70,46)
#2D321F
(45,50,31)
#1B1E10
(27,30,16)
#000000
(0,0,0)

Tints of #CFE6A6

#CFE6A6
(207,230,166)
#D3E8AE
(211,232,174)
#D7EAB6
(215,234,182)
#DBECBE
(219,236,190)
#DFEEC6
(223,238,198)
#E3F0CE
(227,240,206)
#E7F2D6
(231,242,214)
#EBF4DE
(235,244,222)
#EFF6E6
(239,246,230)
#F3F8EE
(243,248,238)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE6A6; }

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

This text font color is #CFE6A6.


Background Color

.myBgColor { background-color: #CFE6A6; }

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

This div background color is #CFE6A6.


Border color

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

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

This div border color is #CFE6A6.


Opacity

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

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

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

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

This text has shadow with #CFE6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE6A6 on black background.


Color preview on white background

This text has color #CFE6A6 on white background.



Black color preview on #CFE6A6 background

This text has black color on #CFE6A6 background.


White color preview on #CFE6A6 background

This text has white color on #CFE6A6 background.