COLOR #CDD584

HEX: #CDD584
RGB: (205,213,132)

Color info

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

RGB color model

#CDD584 color RGB value is (205,213,132).

  • red value is 205;
  • green value is 213;
  • blue value is 132.
RGB:
(205,213,132)
(80%,84%,52%)

RGB channels and saturation

R 205 of 255 = 80%
G 213 of 255 = 84%
B 132 of 255 = 52%

205
213
132

R + G + B ~ 72%. #CDD584 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 213 + 132 = 550 (100%)
R 205 of 550 ~ 37.27%
G 213 of 550 ~ 38.73%
B 132 of 550 ~ 24%

%37.27
%38.73
%24

CMYK color model

#CDD584 color CMYK value is (4,0,38,16).

  • cyan value is 3.76%
  • magenta value is 0.00%
  • yellow value is 38.03%
  • key color value is 16.47%
CMYK:
(4,0,38,16)
C4M0Y38K16 
(4%,0%,38%,16%)
(0.04/0.00/0.38/0.16)	

CMYK percentages

%3.76
%0
%38.03
%16.47

Codes

Color #CDD584 in popluar color models

CDD584
RGB205213132
HSL66°49.09%67.65%
HSB/HSV66°38.03%83.53%
CMYK3.76%0.00%38.03%
16.47%

Color #CDD584 in popluar number systems.

HEXCDD584
Decimal205213132
Binary110011011101010110000100
Octal315325204

Shades and tints

Shades of #CDD584

#CDD584
(205,213,132)
#BBC278
(187,194,120)
#A9AF6C
(169,175,108)
#979C60
(151,156,96)
#858954
(133,137,84)
#737648
(115,118,72)
#61633C
(97,99,60)
#4F5030
(79,80,48)
#3D3D24
(61,61,36)
#2B2A18
(43,42,24)
#19170C
(25,23,12)
#000000
(0,0,0)

Tints of #CDD584

#CDD584
(205,213,132)
#D1D88F
(209,216,143)
#D5DB9A
(213,219,154)
#D9DEA5
(217,222,165)
#DDE1B0
(221,225,176)
#E1E4BB
(225,228,187)
#E5E7C6
(229,231,198)
#E9EAD1
(233,234,209)
#EDEDDC
(237,237,220)
#F1F0E7
(241,240,231)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDD584 color. Also use rgb(205,213,132) instead hex code.

Text Font Color

.myTextColor { color: #CDD584; }

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

This text font color is #CDD584.


Background Color

.myBgColor { background-color: #CDD584; }

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

This div background color is #CDD584.


Border color

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

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

This div border color is #CDD584.


Opacity

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

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

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

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

This text has shadow with #CDD584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDD584 on black background.


Color preview on white background

This text has color #CDD584 on white background.



Black color preview on #CDD584 background

This text has black color on #CDD584 background.


White color preview on #CDD584 background

This text has white color on #CDD584 background.