COLOR #CCD69B

HEX: #CCD69B RGB: (204,214,155)

Color info

#CCD69B contains red, green and blue colors in about the same proportion. Web safe color of #CCD69B is #CCCC99 (or #CC9).

RGB color model

#CCD69B color RGB value is (204,214,155).

RGB: (204,214,155) (80%, 84%, 61%)

RGB channels and saturation

R 204 of 255 = 80%
G 214 of 255 = 84%
B 155 of 255 = 61%

204
214
155

R + G + B ~ 75%. #CCD69B is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 214 + 155 = 573 (100%)
R 204 of 573 ~ 35.6%
G 214 of 573 ~ 37.35%
B 155 of 573 ~ 27.05'%

%35.6
%37.35
%27.05

CMYK color model

#CCD69B color CMYK value is (5,0,28,16).

  • cyan value is 4.67%
  • magenta value is 0.00%
  • yellow value is 27.57%
  • key color value is 16.08%

CMYK: (5,0,28,16)
C5M0Y28K16 (5%, 0%, 28%, 16%)
(0.05 / 0.00 / 0.28 / 0.16)

CMYK percentages

%4.67
%0
%27.57
%16.08

Codes

Color #CCD69B in popluar color models

CC D6 9B
RGB 204 214 155
HSL 70° 41.84% 72.35%
HSB/HSV 70° 27.57% 83.92%
CMYK 4.67% 0.00% 27.57%
16.08%

Color #CCD69B in popluar number systems.

HEX CC D6 9B
Decimal 204 214 155
Binary 11001100 11010110 10011011
Octal 314 326 233

Shades and tints

Shades of #CCD69B

#CCD69B
(204,214,155)
#BAC38D
(186,195,141)
#A8B07F
(168,176,127)
#969D71
(150,157,113)
#848A63
(132,138,99)
#727755
(114,119,85)
#606447
(96,100,71)
#4E5139
(78,81,57)
#3C3E2B
(60,62,43)
#2A2B1D
(42,43,29)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #CCD69B

#CCD69B
(204,214,155)
#D0D9A4
(208,217,164)
#D4DCAD
(212,220,173)
#D8DFB6
(216,223,182)
#DCE2BF
(220,226,191)
#E0E5C8
(224,229,200)
#E4E8D1
(228,232,209)
#E8EBDA
(232,235,218)
#ECEEE3
(236,238,227)
#F0F1EC
(240,241,236)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD69B color. Also use rgb(204,214,155) instead hex code.

Text Font Color

.myTextColor { color: #CCD69B; }

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

This text font color is #CCD69B.

Background Color

.myBgColor { background-color: #CCD69B; }

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

This div background color is #CCD69B.

Border color

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

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

This div border color is #CCD69B.

Opacity

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

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

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

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

This text has shadow with #CCD69B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD69B.

Preview

Color preview on black background

This text has color #CCD69B on black background.


Color preview on white background

This text has color #CCD69B on white background.


Black color preview on #CCD69B background

This text has black color on #CCD69B background.


White color preview on #CCD69B background

This text has white color on #CCD69B background.


Related colors

Complementary color

Complementary color for #hex is #332964.


I love getcolorcode.com

Triadic colors

1 #9BCCD6 and #D69BCC with #CCD69B are triadic colors.

2 #9BD6CC and #D6CC9B with #CCD69B are triadic colors.