COLOR #CDF997

HEX: #CDF997
RGB: (205,249,151)

Color info

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

RGB color model

#CDF997 color RGB value is (205,249,151).

  • red value is 205;
  • green value is 249;
  • blue value is 151.
RGB:
(205,249,151)
(80%,98%,59%)

RGB channels and saturation

R 205 of 255 = 80%
G 249 of 255 = 98%
B 151 of 255 = 59%

205
249
151

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

Portions of RGB colors in percentages

R + G + B =
205 + 249 + 151 = 605 (100%)
R 205 of 605 ~ 33.88%
G 249 of 605 ~ 41.16%
B 151 of 605 ~ 24.96%

%33.88
%41.16
%24.96

CMYK color model

#CDF997 color CMYK value is (18,0,39,2).

  • cyan value is 17.67%
  • magenta value is 0.00%
  • yellow value is 39.36%
  • key color value is 2.35%
CMYK:
(18,0,39,2)
C18M0Y39K2 
(18%,0%,39%,2%)
(0.18/0.00/0.39/0.02)	

CMYK percentages

%17.67
%0
%39.36
%2.35

Codes

Color #CDF997 in popluar color models

CDF997
RGB205249151
HSL87°89.09%78.43%
HSB/HSV87°39.36%97.65%
CMYK17.67%0.00%39.36%
2.35%

Color #CDF997 in popluar number systems.

HEXCDF997
Decimal205249151
Binary110011011111100110010111
Octal315371227

Shades and tints

Shades of #CDF997

#CDF997
(205,249,151)
#BBE38A
(187,227,138)
#A9CD7D
(169,205,125)
#97B770
(151,183,112)
#85A163
(133,161,99)
#738B56
(115,139,86)
#617549
(97,117,73)
#4F5F3C
(79,95,60)
#3D492F
(61,73,47)
#2B3322
(43,51,34)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #CDF997

#CDF997
(205,249,151)
#D1F9A0
(209,249,160)
#D5F9A9
(213,249,169)
#D9F9B2
(217,249,178)
#DDF9BB
(221,249,187)
#E1F9C4
(225,249,196)
#E5F9CD
(229,249,205)
#E9F9D6
(233,249,214)
#EDF9DF
(237,249,223)
#F1F9E8
(241,249,232)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDF997 color. Also use rgb(205,249,151) instead hex code.

Text Font Color

.myTextColor { color: #CDF997; }

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

This text font color is #CDF997.


Background Color

.myBgColor { background-color: #CDF997; }

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

This div background color is #CDF997.


Border color

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

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

This div border color is #CDF997.


Opacity

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

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

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

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

This text has shadow with #CDF997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDF997 on black background.


Color preview on white background

This text has color #CDF997 on white background.



Black color preview on #CDF997 background

This text has black color on #CDF997 background.


White color preview on #CDF997 background

This text has white color on #CDF997 background.