COLOR #CCD984

HEX: #CCD984
RGB: (204,217,132)

Color info

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

RGB color model

#CCD984 color RGB value is (204,217,132).

  • red value is 204;
  • green value is 217;
  • blue value is 132.
RGB:
(204,217,132)
(80%,85%,52%)

RGB channels and saturation

R 204 of 255 = 80%
G 217 of 255 = 85%
B 132 of 255 = 52%

204
217
132

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

Portions of RGB colors in percentages

R + G + B =
204 + 217 + 132 = 553 (100%)
R 204 of 553 ~ 36.89%
G 217 of 553 ~ 39.24%
B 132 of 553 ~ 23.87%

%36.89
%39.24
%23.87

CMYK color model

#CCD984 color CMYK value is (6,0,39,15).

  • cyan value is 5.99%
  • magenta value is 0.00%
  • yellow value is 39.17%
  • key color value is 14.90%
CMYK:
(6,0,39,15)
C6M0Y39K15 
(6%,0%,39%,15%)
(0.06/0.00/0.39/0.15)	

CMYK percentages

%5.99
%0
%39.17
%14.9

Codes

Color #CCD984 in popluar color models

CCD984
RGB204217132
HSL69°52.80%68.43%
HSB/HSV69°39.17%85.10%
CMYK5.99%0.00%39.17%
14.90%

Color #CCD984 in popluar number systems.

HEXCCD984
Decimal204217132
Binary110011001101100110000100
Octal314331204

Shades and tints

Shades of #CCD984

#CCD984
(204,217,132)
#BAC678
(186,198,120)
#A8B36C
(168,179,108)
#96A060
(150,160,96)
#848D54
(132,141,84)
#727A48
(114,122,72)
#60673C
(96,103,60)
#4E5430
(78,84,48)
#3C4124
(60,65,36)
#2A2E18
(42,46,24)
#181B0C
(24,27,12)
#000000
(0,0,0)

Tints of #CCD984

#CCD984
(204,217,132)
#D0DC8F
(208,220,143)
#D4DF9A
(212,223,154)
#D8E2A5
(216,226,165)
#DCE5B0
(220,229,176)
#E0E8BB
(224,232,187)
#E4EBC6
(228,235,198)
#E8EED1
(232,238,209)
#ECF1DC
(236,241,220)
#F0F4E7
(240,244,231)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD984 color. Also use rgb(204,217,132) instead hex code.

Text Font Color

.myTextColor { color: #CCD984; }

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

This text font color is #CCD984.


Background Color

.myBgColor { background-color: #CCD984; }

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

This div background color is #CCD984.


Border color

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

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

This div border color is #CCD984.


Opacity

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

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

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

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

This text has shadow with #CCD984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD984 on black background.


Color preview on white background

This text has color #CCD984 on white background.



Black color preview on #CCD984 background

This text has black color on #CCD984 background.


White color preview on #CCD984 background

This text has white color on #CCD984 background.