COLOR #CCD094

HEX: #CCD094 RGB: (204,208,148)

Color info

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

RGB color model

#CCD094 color RGB value is (204,208,148).

RGB: (204,208,148) (80%, 82%, 58%)

RGB channels and saturation

R 204 of 255 = 80%
G 208 of 255 = 82%
B 148 of 255 = 58%

204
208
148

R + G + B ~ 73%. #CCD094 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 208 + 148 = 560 (100%)
R 204 of 560 ~ 36.43%
G 208 of 560 ~ 37.14%
B 148 of 560 ~ 26.43'%

%36.43
%37.14
%26.43

CMYK color model

#CCD094 color CMYK value is (2,0,29,18).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 28.85%
  • key color value is 18.43%

CMYK: (2,0,29,18)
C2M0Y29K18 (2%, 0%, 29%, 18%)
(0.02 / 0.00 / 0.29 / 0.18)

CMYK percentages

%1.92
%0
%28.85
%18.43

Codes

Color #CCD094 in popluar color models

CC D0 94
RGB 204 208 148
HSL 64° 38.96% 69.80%
HSB/HSV 64° 28.85% 81.57%
CMYK 1.92% 0.00% 28.85%
18.43%

Color #CCD094 in popluar number systems.

HEX CC D0 94
Decimal 204 208 148
Binary 11001100 11010000 10010100
Octal 314 320 224

Shades and tints

Shades of #CCD094

#CCD094
(204,208,148)
#BABE87
(186,190,135)
#A8AC7A
(168,172,122)
#969A6D
(150,154,109)
#848860
(132,136,96)
#727653
(114,118,83)
#606446
(96,100,70)
#4E5239
(78,82,57)
#3C402C
(60,64,44)
#2A2E1F
(42,46,31)
#181C12
(24,28,18)
#000000
(0,0,0)

Tints of #CCD094

#CCD094
(204,208,148)
#D0D49D
(208,212,157)
#D4D8A6
(212,216,166)
#D8DCAF
(216,220,175)
#DCE0B8
(220,224,184)
#E0E4C1
(224,228,193)
#E4E8CA
(228,232,202)
#E8ECD3
(232,236,211)
#ECF0DC
(236,240,220)
#F0F4E5
(240,244,229)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD094 color. Also use rgb(204,208,148) instead hex code.

Text Font Color

.myTextColor { color: #CCD094; }

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

This text font color is #CCD094.

Background Color

.myBgColor { background-color: #CCD094; }

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

This div background color is #CCD094.

Border color

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

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

This div border color is #CCD094.

Opacity

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

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

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

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

This text has shadow with #CCD094 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD094.

Preview

Color preview on black background

This text has color #CCD094 on black background.


Color preview on white background

This text has color #CCD094 on white background.


Black color preview on #CCD094 background

This text has black color on #CCD094 background.


White color preview on #CCD094 background

This text has white color on #CCD094 background.


Related colors

Complementary color

Complementary color for #hex is #332F6B.


I love getcolorcode.com

Triadic colors

1 #94CCD0 and #D094CC with #CCD094 are triadic colors.

2 #94D0CC and #D0CC94 with #CCD094 are triadic colors.