COLOR #CFEBA6

HEX: #CFEBA6
RGB: (207,235,166)

Color info

#CFEBA6 contains mainly red and green colors. Web safe color of #CFEBA6 is #CCFF99 (or #CF9).

RGB color model

#CFEBA6 color RGB value is (207,235,166).

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

RGB channels and saturation

R 207 of 255 = 81%
G 235 of 255 = 92%
B 166 of 255 = 65%

207
235
166

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

Portions of RGB colors in percentages

R + G + B =
207 + 235 + 166 = 608 (100%)
R 207 of 608 ~ 34.05%
G 235 of 608 ~ 38.65%
B 166 of 608 ~ 27.3%

%34.05
%38.65
%27.3

CMYK color model

#CFEBA6 color CMYK value is (12,0,29,8).

  • cyan value is 11.91%
  • magenta value is 0.00%
  • yellow value is 29.36%
  • key color value is 7.84%
CMYK:
(12,0,29,8)
C12M0Y29K8 
(12%,0%,29%,8%)
(0.12/0.00/0.29/0.08)	

CMYK percentages

%11.91
%0
%29.36
%7.84

Codes

Color #CFEBA6 in popluar color models

CFEBA6
RGB207235166
HSL84°63.30%78.63%
HSB/HSV84°29.36%92.16%
CMYK11.91%0.00%29.36%
7.84%

Color #CFEBA6 in popluar number systems.

HEXCFEBA6
Decimal207235166
Binary110011111110101110100110
Octal317353246

Shades and tints

Shades of #CFEBA6

#CFEBA6
(207,235,166)
#BDD697
(189,214,151)
#ABC188
(171,193,136)
#99AC79
(153,172,121)
#87976A
(135,151,106)
#75825B
(117,130,91)
#636D4C
(99,109,76)
#51583D
(81,88,61)
#3F432E
(63,67,46)
#2D2E1F
(45,46,31)
#1B1910
(27,25,16)
#000000
(0,0,0)

Tints of #CFEBA6

#CFEBA6
(207,235,166)
#D3ECAE
(211,236,174)
#D7EDB6
(215,237,182)
#DBEEBE
(219,238,190)
#DFEFC6
(223,239,198)
#E3F0CE
(227,240,206)
#E7F1D6
(231,241,214)
#EBF2DE
(235,242,222)
#EFF3E6
(239,243,230)
#F3F4EE
(243,244,238)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFEBA6; }

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

This text font color is #CFEBA6.


Background Color

.myBgColor { background-color: #CFEBA6; }

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

This div background color is #CFEBA6.


Border color

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

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

This div border color is #CFEBA6.


Opacity

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

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

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

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

This text has shadow with #CFEBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFEBA6 on black background.


Color preview on white background

This text has color #CFEBA6 on white background.



Black color preview on #CFEBA6 background

This text has black color on #CFEBA6 background.


White color preview on #CFEBA6 background

This text has white color on #CFEBA6 background.