COLOR #CCD294

HEX: #CCD294 RGB: (204,210,148)

Color info

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

RGB color model

#CCD294 color RGB value is (204,210,148).

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

RGB channels and saturation

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

204
210
148

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

Portions of RGB colors in percentages

R + G + B = 204 + 210 + 148 = 562 (100%)
R 204 of 562 ~ 36.3%
G 210 of 562 ~ 37.37%
B 148 of 562 ~ 26.33'%

%36.3
%37.37
%26.33

CMYK color model

#CCD294 color CMYK value is (3,0,30,18).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 29.52%
  • key color value is 17.65%

CMYK: (3,0,30,18)
C3M0Y30K18 (3%, 0%, 30%, 18%)
(0.03 / 0.00 / 0.30 / 0.18)

CMYK percentages

%2.86
%0
%29.52
%17.65

Codes

Color #CCD294 in popluar color models

CC D2 94
RGB 204 210 148
HSL 66° 40.79% 70.20%
HSB/HSV 66° 29.52% 82.35%
CMYK 2.86% 0.00% 29.52%
17.65%

Color #CCD294 in popluar number systems.

HEX CC D2 94
Decimal 204 210 148
Binary 11001100 11010010 10010100
Octal 314 322 224

Shades and tints

Shades of #CCD294

#CCD294
(204,210,148)
#BABF87
(186,191,135)
#A8AC7A
(168,172,122)
#96996D
(150,153,109)
#848660
(132,134,96)
#727353
(114,115,83)
#606046
(96,96,70)
#4E4D39
(78,77,57)
#3C3A2C
(60,58,44)
#2A271F
(42,39,31)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #CCD294

#CCD294
(204,210,148)
#D0D69D
(208,214,157)
#D4DAA6
(212,218,166)
#D8DEAF
(216,222,175)
#DCE2B8
(220,226,184)
#E0E6C1
(224,230,193)
#E4EACA
(228,234,202)
#E8EED3
(232,238,211)
#ECF2DC
(236,242,220)
#F0F6E5
(240,246,229)
#F4FAEE
(244,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD294; }

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

This text font color is #CCD294.

Background Color

.myBgColor { background-color: #CCD294; }

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

This div background color is #CCD294.

Border color

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

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

This div border color is #CCD294.

Opacity

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

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

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

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

This text has shadow with #CCD294 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD294.

Preview

Color preview on black background

This text has color #CCD294 on black background.


Color preview on white background

This text has color #CCD294 on white background.


Black color preview on #CCD294 background

This text has black color on #CCD294 background.


White color preview on #CCD294 background

This text has white color on #CCD294 background.


Related colors

Complementary color

Complementary color for #hex is #332D6B.


I love getcolorcode.com

Triadic colors

1 #94CCD2 and #D294CC with #CCD294 are triadic colors.

2 #94D2CC and #D2CC94 with #CCD294 are triadic colors.