COLOR #CFDD6E

HEX: #CFDD6E RGB: (207,221,110)

Color info

#CFDD6E contains mainly red and green colors. Web safe color of #CFDD6E is #CCCC66 (or #CC6).

RGB color model

#CFDD6E color RGB value is (207,221,110).

RGB: (207,221,110) (81%, 87%, 43%)

RGB channels and saturation

R 207 of 255 = 81%
G 221 of 255 = 87%
B 110 of 255 = 43%

207
221
110

R + G + B ~ 70%. #CFDD6E is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 221 + 110 = 538 (100%)
R 207 of 538 ~ 38.48%
G 221 of 538 ~ 41.08%
B 110 of 538 ~ 20.45'%

%38.48
%41.08
%20.45

CMYK color model

#CFDD6E color CMYK value is (6,0,50,13).

  • cyan value is 6.33%
  • magenta value is 0.00%
  • yellow value is 50.23%
  • key color value is 13.33%

CMYK: (6,0,50,13)
C6M0Y50K13 (6%, 0%, 50%, 13%)
(0.06 / 0.00 / 0.50 / 0.13)

CMYK percentages

%6.33
%0
%50.23
%13.33

Codes

Color #CFDD6E in popluar color models

CF DD 6E
RGB 207 221 110
HSL 68° 62.01% 64.90%
HSB/HSV 68° 50.23% 86.67%
CMYK 6.33% 0.00% 50.23%
13.33%

Color #CFDD6E in popluar number systems.

HEX CF DD 6E
Decimal 207 221 110
Binary 11001111 11011101 1101110
Octal 317 335 156

Shades and tints

Shades of #CFDD6E

#CFDD6E
(207,221,110)
#BDC964
(189,201,100)
#ABB55A
(171,181,90)
#99A150
(153,161,80)
#878D46
(135,141,70)
#75793C
(117,121,60)
#636532
(99,101,50)
#515128
(81,81,40)
#3F3D1E
(63,61,30)
#2D2914
(45,41,20)
#1B150A
(27,21,10)
#000000
(0,0,0)

Tints of #CFDD6E

#CFDD6E
(207,221,110)
#D3E07B
(211,224,123)
#D7E388
(215,227,136)
#DBE695
(219,230,149)
#DFE9A2
(223,233,162)
#E3ECAF
(227,236,175)
#E7EFBC
(231,239,188)
#EBF2C9
(235,242,201)
#EFF5D6
(239,245,214)
#F3F8E3
(243,248,227)
#F7FBF0
(247,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFDD6E color. Also use rgb(207,221,110) instead hex code.

Text Font Color

.myTextColor { color: #CFDD6E; }

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

This text font color is #CFDD6E.

Background Color

.myBgColor { background-color: #CFDD6E; }

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

This div background color is #CFDD6E.

Border color

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

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

This div border color is #CFDD6E.

Opacity

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

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

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

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

This text has shadow with #CFDD6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFDD6E.

Preview

Color preview on black background

This text has color #CFDD6E on black background.


Color preview on white background

This text has color #CFDD6E on white background.


Black color preview on #CFDD6E background

This text has black color on #CFDD6E background.


White color preview on #CFDD6E background

This text has white color on #CFDD6E background.


Related colors

Complementary color

Complementary color for #hex is #302291.


I love getcolorcode.com

Triadic colors

1 #6ECFDD and #DD6ECF with #CFDD6E are triadic colors.

2 #6EDDCF and #DDCF6E with #CFDD6E are triadic colors.