COLOR #CCD98F

HEX: #CCD98F RGB: (204,217,143)

Color info

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

RGB color model

#CCD98F color RGB value is (204,217,143).

RGB: (204,217,143) (80%, 85%, 56%)

RGB channels and saturation

R 204 of 255 = 80%
G 217 of 255 = 85%
B 143 of 255 = 56%

204
217
143

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

Portions of RGB colors in percentages

R + G + B = 204 + 217 + 143 = 564 (100%)
R 204 of 564 ~ 36.17%
G 217 of 564 ~ 38.48%
B 143 of 564 ~ 25.35'%

%36.17
%38.48
%25.35

CMYK color model

#CCD98F color CMYK value is (6,0,34,15).

  • cyan value is 5.99%
  • magenta value is 0.00%
  • yellow value is 34.10%
  • key color value is 14.90%

CMYK: (6,0,34,15)
C6M0Y34K15 (6%, 0%, 34%, 15%)
(0.06 / 0.00 / 0.34 / 0.15)

CMYK percentages

%5.99
%0
%34.1
%14.9

Codes

Color #CCD98F in popluar color models

CC D9 8F
RGB 204 217 143
HSL 71° 49.33% 70.59%
HSB/HSV 71° 34.10% 85.10%
CMYK 5.99% 0.00% 34.10%
14.90%

Color #CCD98F in popluar number systems.

HEX CC D9 8F
Decimal 204 217 143
Binary 11001100 11011001 10001111
Octal 314 331 217

Shades and tints

Shades of #CCD98F

#CCD98F
(204,217,143)
#BAC682
(186,198,130)
#A8B375
(168,179,117)
#96A068
(150,160,104)
#848D5B
(132,141,91)
#727A4E
(114,122,78)
#606741
(96,103,65)
#4E5434
(78,84,52)
#3C4127
(60,65,39)
#2A2E1A
(42,46,26)
#181B0D
(24,27,13)
#000000
(0,0,0)

Tints of #CCD98F

#CCD98F
(204,217,143)
#D0DC99
(208,220,153)
#D4DFA3
(212,223,163)
#D8E2AD
(216,226,173)
#DCE5B7
(220,229,183)
#E0E8C1
(224,232,193)
#E4EBCB
(228,235,203)
#E8EED5
(232,238,213)
#ECF1DF
(236,241,223)
#F0F4E9
(240,244,233)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD98F; }

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

This text font color is #CCD98F.

Background Color

.myBgColor { background-color: #CCD98F; }

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

This div background color is #CCD98F.

Border color

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

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

This div border color is #CCD98F.

Opacity

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

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

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

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

This text has shadow with #CCD98F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD98F.

Preview

Color preview on black background

This text has color #CCD98F on black background.


Color preview on white background

This text has color #CCD98F on white background.


Black color preview on #CCD98F background

This text has black color on #CCD98F background.


White color preview on #CCD98F background

This text has white color on #CCD98F background.


Related colors

Complementary color

Complementary color for #hex is #332670.


I love getcolorcode.com

Triadic colors

1 #8FCCD9 and #D98FCC with #CCD98F are triadic colors.

2 #8FD9CC and #D9CC8F with #CCD98F are triadic colors.