COLOR #CFE699

HEX: #CFE699
RGB: (207,230,153)

Color info

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

RGB color model

#CFE699 color RGB value is (207,230,153).

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

RGB channels and saturation

R 207 of 255 = 81%
G 230 of 255 = 90%
B 153 of 255 = 60%

207
230
153

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

Portions of RGB colors in percentages

R + G + B =
207 + 230 + 153 = 590 (100%)
R 207 of 590 ~ 35.08%
G 230 of 590 ~ 38.98%
B 153 of 590 ~ 25.93%

%35.08
%38.98
%25.93

CMYK color model

#CFE699 color CMYK value is (10,0,33,10).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 33.48%
  • key color value is 9.80%
CMYK:
(10,0,33,10)
C10M0Y33K10 
(10%,0%,33%,10%)
(0.10/0.00/0.33/0.10)	

CMYK percentages

%10
%0
%33.48
%9.8

Codes

Color #CFE699 in popluar color models

CFE699
RGB207230153
HSL78°60.63%75.10%
HSB/HSV78°33.48%90.20%
CMYK10.00%0.00%33.48%
9.80%

Color #CFE699 in popluar number systems.

HEXCFE699
Decimal207230153
Binary110011111110011010011001
Octal317346231

Shades and tints

Shades of #CFE699

#CFE699
(207,230,153)
#BDD28C
(189,210,140)
#ABBE7F
(171,190,127)
#99AA72
(153,170,114)
#879665
(135,150,101)
#758258
(117,130,88)
#636E4B
(99,110,75)
#515A3E
(81,90,62)
#3F4631
(63,70,49)
#2D3224
(45,50,36)
#1B1E17
(27,30,23)
#000000
(0,0,0)

Tints of #CFE699

#CFE699
(207,230,153)
#D3E8A2
(211,232,162)
#D7EAAB
(215,234,171)
#DBECB4
(219,236,180)
#DFEEBD
(223,238,189)
#E3F0C6
(227,240,198)
#E7F2CF
(231,242,207)
#EBF4D8
(235,244,216)
#EFF6E1
(239,246,225)
#F3F8EA
(243,248,234)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE699; }

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

This text font color is #CFE699.


Background Color

.myBgColor { background-color: #CFE699; }

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

This div background color is #CFE699.


Border color

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

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

This div border color is #CFE699.


Opacity

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

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

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

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

This text has shadow with #CFE699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE699 on black background.


Color preview on white background

This text has color #CFE699 on white background.



Black color preview on #CFE699 background

This text has black color on #CFE699 background.


White color preview on #CFE699 background

This text has white color on #CFE699 background.