COLOR #CFE696

HEX: #CFE696 RGB: (207,230,150)

Color info

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

RGB color model

#CFE696 color RGB value is (207,230,150).

RGB: (207,230,150) (81%, 90%, 59%)

RGB channels and saturation

R 207 of 255 = 81%
G 230 of 255 = 90%
B 150 of 255 = 59%

207
230
150

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

Portions of RGB colors in percentages

R + G + B = 207 + 230 + 150 = 587 (100%)
R 207 of 587 ~ 35.26%
G 230 of 587 ~ 39.18%
B 150 of 587 ~ 25.55'%

%35.26
%39.18
%25.55

CMYK color model

#CFE696 color CMYK value is (10,0,35,10).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 9.80%
CMYK: (10,0,35,10) C10M0Y35K10 (10%,0%,35%,10%) (0.10/0.00/0.35/0.10) 

CMYK percentages

%10
%0
%34.78
%9.8

Codes

Color #CFE696 in popluar color models

CF E6 96
RGB 207 230 150
HSL 77° 61.54% 74.51%
HSB/HSV 77° 34.78% 90.20%
CMYK 10.00% 0.00% 34.78%
9.80%

Color #CFE696 in popluar number systems.

HEX CF E6 96
Decimal 207 230 150
Binary 11001111 11100110 10010110
Octal 317 346 226

Shades and tints

Shades of #CFE696

#CFE696
(207,230,150)
#BDD289
(189,210,137)
#ABBE7C
(171,190,124)
#99AA6F
(153,170,111)
#879662
(135,150,98)
#758255
(117,130,85)
#636E48
(99,110,72)
#515A3B
(81,90,59)
#3F462E
(63,70,46)
#2D3221
(45,50,33)
#1B1E14
(27,30,20)
#000000
(0,0,0)

Tints of #CFE696

#CFE696
(207,230,150)
#D3E89F
(211,232,159)
#D7EAA8
(215,234,168)
#DBECB1
(219,236,177)
#DFEEBA
(223,238,186)
#E3F0C3
(227,240,195)
#E7F2CC
(231,242,204)
#EBF4D5
(235,244,213)
#EFF6DE
(239,246,222)
#F3F8E7
(243,248,231)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE696; }

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

This text font color is #CFE696.

Background Color

.myBgColor { background-color: #CFE696; }

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

This div background color is #CFE696.

Border color

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

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

This div border color is #CFE696.

Opacity

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

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

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

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

This text has shadow with #CFE696 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE696.

Preview

Color preview on black background

This text has color #CFE696 on black background.


Color preview on white background

This text has color #CFE696 on white background.


Black color preview on #CFE696 background

This text has black color on #CFE696 background.


White color preview on #CFE696 background

This text has white color on #CFE696 background.


Related colors

Complementary color

Complementary color for #hex is #301969.


I love getcolorcode.com

Triadic colors

1 #96CFE6 and #E696CF with #CFE696 are triadic colors.

2 #96E6CF and #E6CF96 with #CFE696 are triadic colors.