COLOR #CFF09D

HEX: #CFF09D RGB: (207,240,157)

Color info

#CFF09D contains mainly red and green colors. Web safe color of #CFF09D is #CCFF99 (or #CF9).

RGB color model

#CFF09D color RGB value is (207,240,157).

RGB: (207,240,157) (81%, 94%, 62%)

RGB channels and saturation

R 207 of 255 = 81%
G 240 of 255 = 94%
B 157 of 255 = 62%

207
240
157

R + G + B ~ 79%. #CFF09D is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 240 + 157 = 604 (100%)
R 207 of 604 ~ 34.27%
G 240 of 604 ~ 39.74%
B 157 of 604 ~ 25.99'%

%34.27
%39.74
%25.99

CMYK color model

#CFF09D color CMYK value is (14,0,35,6).

  • cyan value is 13.75%
  • magenta value is 0.00%
  • yellow value is 34.58%
  • key color value is 5.88%

CMYK: (14,0,35,6)
C14M0Y35K6 (14%, 0%, 35%, 6%)
(0.14 / 0.00 / 0.35 / 0.06)

CMYK percentages

%13.75
%0
%34.58
%5.88

Codes

Color #CFF09D in popluar color models

CF F0 9D
RGB 207 240 157
HSL 84° 73.45% 77.84%
HSB/HSV 84° 34.58% 94.12%
CMYK 13.75% 0.00% 34.58%
5.88%

Color #CFF09D in popluar number systems.

HEX CF F0 9D
Decimal 207 240 157
Binary 11001111 11110000 10011101
Octal 317 360 235

Shades and tints

Shades of #CFF09D

#CFF09D
(207,240,157)
#BDDB8F
(189,219,143)
#ABC681
(171,198,129)
#99B173
(153,177,115)
#879C65
(135,156,101)
#758757
(117,135,87)
#637249
(99,114,73)
#515D3B
(81,93,59)
#3F482D
(63,72,45)
#2D331F
(45,51,31)
#1B1E11
(27,30,17)
#000000
(0,0,0)

Tints of #CFF09D

#CFF09D
(207,240,157)
#D3F1A5
(211,241,165)
#D7F2AD
(215,242,173)
#DBF3B5
(219,243,181)
#DFF4BD
(223,244,189)
#E3F5C5
(227,245,197)
#E7F6CD
(231,246,205)
#EBF7D5
(235,247,213)
#EFF8DD
(239,248,221)
#F3F9E5
(243,249,229)
#F7FAED
(247,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFF09D color. Also use rgb(207,240,157) instead hex code.

Text Font Color

.myTextColor { color: #CFF09D; }

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

This text font color is #CFF09D.

Background Color

.myBgColor { background-color: #CFF09D; }

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

This div background color is #CFF09D.

Border color

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

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

This div border color is #CFF09D.

Opacity

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

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

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

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

This text has shadow with #CFF09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFF09D.

Preview

Color preview on black background

This text has color #CFF09D on black background.


Color preview on white background

This text has color #CFF09D on white background.


Black color preview on #CFF09D background

This text has black color on #CFF09D background.


White color preview on #CFF09D background

This text has white color on #CFF09D background.


Related colors

Complementary color

Complementary color for #hex is #300F62.


I love getcolorcode.com

Triadic colors

1 #9DCFF0 and #F09DCF with #CFF09D are triadic colors.

2 #9DF0CF and #F0CF9D with #CFF09D are triadic colors.