COLOR #CFDE76

HEX: #CFDE76
RGB: (207,222,118)

Color info

#CFDE76 contains mainly red and green colors. Web safe color of #CFDE76 is #CCCC66 (or #CC6).

RGB color model

#CFDE76 color RGB value is (207,222,118).

  • red value is 207;
  • green value is 222;
  • blue value is 118.
RGB:
(207,222,118)
(81%,87%,46%)

RGB channels and saturation

R 207 of 255 = 81%
G 222 of 255 = 87%
B 118 of 255 = 46%

207
222
118

R + G + B ~ 71%. #CFDE76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 222 + 118 = 547 (100%)
R 207 of 547 ~ 37.84%
G 222 of 547 ~ 40.59%
B 118 of 547 ~ 21.57%

%37.84
%40.59
%21.57

CMYK color model

#CFDE76 color CMYK value is (7,0,47,13).

  • cyan value is 6.76%
  • magenta value is 0.00%
  • yellow value is 46.85%
  • key color value is 12.94%
CMYK:
(7,0,47,13)
C7M0Y47K13 
(7%,0%,47%,13%)
(0.07/0.00/0.47/0.13)	

CMYK percentages

%6.76
%0
%46.85
%12.94

Codes

Color #CFDE76 in popluar color models

CFDE76
RGB207222118
HSL69°61.18%66.67%
HSB/HSV69°46.85%87.06%
CMYK6.76%0.00%46.85%
12.94%

Color #CFDE76 in popluar number systems.

HEXCFDE76
Decimal207222118
Binary11001111110111101110110
Octal317336166

Shades and tints

Shades of #CFDE76

#CFDE76
(207,222,118)
#BDCA6C
(189,202,108)
#ABB662
(171,182,98)
#99A258
(153,162,88)
#878E4E
(135,142,78)
#757A44
(117,122,68)
#63663A
(99,102,58)
#515230
(81,82,48)
#3F3E26
(63,62,38)
#2D2A1C
(45,42,28)
#1B1612
(27,22,18)
#000000
(0,0,0)

Tints of #CFDE76

#CFDE76
(207,222,118)
#D3E182
(211,225,130)
#D7E48E
(215,228,142)
#DBE79A
(219,231,154)
#DFEAA6
(223,234,166)
#E3EDB2
(227,237,178)
#E7F0BE
(231,240,190)
#EBF3CA
(235,243,202)
#EFF6D6
(239,246,214)
#F3F9E2
(243,249,226)
#F7FCEE
(247,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFDE76 color. Also use rgb(207,222,118) instead hex code.

Text Font Color

.myTextColor { color: #CFDE76; }

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

This text font color is #CFDE76.


Background Color

.myBgColor { background-color: #CFDE76; }

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

This div background color is #CFDE76.


Border color

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

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

This div border color is #CFDE76.


Opacity

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

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

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

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

This text has shadow with #CFDE76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFDE76 on black background.


Color preview on white background

This text has color #CFDE76 on white background.



Black color preview on #CFDE76 background

This text has black color on #CFDE76 background.


White color preview on #CFDE76 background

This text has white color on #CFDE76 background.