COLOR #CCDC90

HEX: #CCDC90 RGB: (204,220,144)

Color info

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

RGB color model

#CCDC90 color RGB value is (204,220,144).

RGB: (204,220,144) (80%, 86%, 56%)

RGB channels and saturation

R 204 of 255 = 80%
G 220 of 255 = 86%
B 144 of 255 = 56%

204
220
144

R + G + B ~ 74%. #CCDC90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 220 + 144 = 568 (100%)
R 204 of 568 ~ 35.92%
G 220 of 568 ~ 38.73%
B 144 of 568 ~ 25.35'%

%35.92
%38.73
%25.35

CMYK color model

#CCDC90 color CMYK value is (7,0,35,14).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 34.55%
  • key color value is 13.73%

CMYK: (7,0,35,14)
C7M0Y35K14 (7%, 0%, 35%, 14%)
(0.07 / 0.00 / 0.35 / 0.14)

CMYK percentages

%7.27
%0
%34.55
%13.73

Codes

Color #CCDC90 in popluar color models

CC DC 90
RGB 204 220 144
HSL 73° 52.05% 71.37%
HSB/HSV 73° 34.55% 86.27%
CMYK 7.27% 0.00% 34.55%
13.73%

Color #CCDC90 in popluar number systems.

HEX CC DC 90
Decimal 204 220 144
Binary 11001100 11011100 10010000
Octal 314 334 220

Shades and tints

Shades of #CCDC90

#CCDC90
(204,220,144)
#BAC883
(186,200,131)
#A8B476
(168,180,118)
#96A069
(150,160,105)
#848C5C
(132,140,92)
#72784F
(114,120,79)
#606442
(96,100,66)
#4E5035
(78,80,53)
#3C3C28
(60,60,40)
#2A281B
(42,40,27)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #CCDC90

#CCDC90
(204,220,144)
#D0DF9A
(208,223,154)
#D4E2A4
(212,226,164)
#D8E5AE
(216,229,174)
#DCE8B8
(220,232,184)
#E0EBC2
(224,235,194)
#E4EECC
(228,238,204)
#E8F1D6
(232,241,214)
#ECF4E0
(236,244,224)
#F0F7EA
(240,247,234)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCDC90 color. Also use rgb(204,220,144) instead hex code.

Text Font Color

.myTextColor { color: #CCDC90; }

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

This text font color is #CCDC90.

Background Color

.myBgColor { background-color: #CCDC90; }

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

This div background color is #CCDC90.

Border color

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

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

This div border color is #CCDC90.

Opacity

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

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

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

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

This text has shadow with #CCDC90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDC90.

Preview

Color preview on black background

This text has color #CCDC90 on black background.


Color preview on white background

This text has color #CCDC90 on white background.


Black color preview on #CCDC90 background

This text has black color on #CCDC90 background.


White color preview on #CCDC90 background

This text has white color on #CCDC90 background.


Related colors

Complementary color

Complementary color for #hex is #33236F.


I love getcolorcode.com

Triadic colors

1 #90CCDC and #DC90CC with #CCDC90 are triadic colors.

2 #90DCCC and #DCCC90 with #CCDC90 are triadic colors.