COLOR #CFE199

HEX: #CFE199 RGB: (207,225,153)

Color info

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

RGB color model

#CFE199 color RGB value is (207,225,153).

RGB: (207,225,153) (81%, 88%, 60%)

RGB channels and saturation

R 207 of 255 = 81%
G 225 of 255 = 88%
B 153 of 255 = 60%

207
225
153

R + G + B ~ 76%. #CFE199 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 225 + 153 = 585 (100%)
R 207 of 585 ~ 35.38%
G 225 of 585 ~ 38.46%
B 153 of 585 ~ 26.15'%

%35.38
%38.46
%26.15

CMYK color model

#CFE199 color CMYK value is (8,0,32,12).

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

CMYK: (8,0,32,12)
C8M0Y32K12 (8%, 0%, 32%, 12%)
(0.08 / 0.00 / 0.32 / 0.12)

CMYK percentages

%8
%0
%32
%11.76

Codes

Color #CFE199 in popluar color models

CF E1 99
RGB 207 225 153
HSL 75° 54.55% 74.12%
HSB/HSV 75° 32.00% 88.24%
CMYK 8.00% 0.00% 32.00%
11.76%

Color #CFE199 in popluar number systems.

HEX CF E1 99
Decimal 207 225 153
Binary 11001111 11100001 10011001
Octal 317 341 231

Shades and tints

Shades of #CFE199

#CFE199
(207,225,153)
#BDCD8C
(189,205,140)
#ABB97F
(171,185,127)
#99A572
(153,165,114)
#879165
(135,145,101)
#757D58
(117,125,88)
#63694B
(99,105,75)
#51553E
(81,85,62)
#3F4131
(63,65,49)
#2D2D24
(45,45,36)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #CFE199

#CFE199
(207,225,153)
#D3E3A2
(211,227,162)
#D7E5AB
(215,229,171)
#DBE7B4
(219,231,180)
#DFE9BD
(223,233,189)
#E3EBC6
(227,235,198)
#E7EDCF
(231,237,207)
#EBEFD8
(235,239,216)
#EFF1E1
(239,241,225)
#F3F3EA
(243,243,234)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE199; }

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

This text font color is #CFE199.

Background Color

.myBgColor { background-color: #CFE199; }

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

This div background color is #CFE199.

Border color

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

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

This div border color is #CFE199.

Opacity

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

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

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

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

This text has shadow with #CFE199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE199.

Preview

Color preview on black background

This text has color #CFE199 on black background.


Color preview on white background

This text has color #CFE199 on white background.


Black color preview on #CFE199 background

This text has black color on #CFE199 background.


White color preview on #CFE199 background

This text has white color on #CFE199 background.


Related colors

Complementary color

Complementary color for #hex is #301E66.


I love getcolorcode.com

Triadic colors

1 #99CFE1 and #E199CF with #CFE199 are triadic colors.

2 #99E1CF and #E1CF99 with #CFE199 are triadic colors.