COLOR #CFE19E

HEX: #CFE19E RGB: (207,225,158)

Color info

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

RGB color model

#CFE19E color RGB value is (207,225,158).

RGB: (207,225,158) (81%, 88%, 62%)

RGB channels and saturation

R 207 of 255 = 81%
G 225 of 255 = 88%
B 158 of 255 = 62%

207
225
158

R + G + B ~ 77%. #CFE19E is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 225 + 158 = 590 (100%)
R 207 of 590 ~ 35.08%
G 225 of 590 ~ 38.14%
B 158 of 590 ~ 26.78'%

%35.08
%38.14
%26.78

CMYK color model

#CFE19E color CMYK value is (8,0,30,12).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 29.78%
  • key color value is 11.76%

CMYK: (8,0,30,12)
C8M0Y30K12 (8%, 0%, 30%, 12%)
(0.08 / 0.00 / 0.30 / 0.12)

CMYK percentages

%8
%0
%29.78
%11.76

Codes

Color #CFE19E in popluar color models

CF E1 9E
RGB 207 225 158
HSL 76° 52.76% 75.10%
HSB/HSV 76° 29.78% 88.24%
CMYK 8.00% 0.00% 29.78%
11.76%

Color #CFE19E in popluar number systems.

HEX CF E1 9E
Decimal 207 225 158
Binary 11001111 11100001 10011110
Octal 317 341 236

Shades and tints

Shades of #CFE19E

#CFE19E
(207,225,158)
#BDCD90
(189,205,144)
#ABB982
(171,185,130)
#99A574
(153,165,116)
#879166
(135,145,102)
#757D58
(117,125,88)
#63694A
(99,105,74)
#51553C
(81,85,60)
#3F412E
(63,65,46)
#2D2D20
(45,45,32)
#1B1912
(27,25,18)
#000000
(0,0,0)

Tints of #CFE19E

#CFE19E
(207,225,158)
#D3E3A6
(211,227,166)
#D7E5AE
(215,229,174)
#DBE7B6
(219,231,182)
#DFE9BE
(223,233,190)
#E3EBC6
(227,235,198)
#E7EDCE
(231,237,206)
#EBEFD6
(235,239,214)
#EFF1DE
(239,241,222)
#F3F3E6
(243,243,230)
#F7F5EE
(247,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE19E color. Also use rgb(207,225,158) instead hex code.

Text Font Color

.myTextColor { color: #CFE19E; }

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

This text font color is #CFE19E.

Background Color

.myBgColor { background-color: #CFE19E; }

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

This div background color is #CFE19E.

Border color

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

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

This div border color is #CFE19E.

Opacity

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

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

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

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

This text has shadow with #CFE19E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE19E.

Preview

Color preview on black background

This text has color #CFE19E on black background.


Color preview on white background

This text has color #CFE19E on white background.


Black color preview on #CFE19E background

This text has black color on #CFE19E background.


White color preview on #CFE19E background

This text has white color on #CFE19E background.


Related colors

Complementary color

Complementary color for #hex is #301E61.


I love getcolorcode.com

Triadic colors

1 #9ECFE1 and #E19ECF with #CFE19E are triadic colors.

2 #9EE1CF and #E1CF9E with #CFE19E are triadic colors.