COLOR #CD988A

HEX: #CD988A
RGB: (205,152,138)

Color info

#CD988A contains mainly red and green colors. Web safe color of #CD988A is #CC9999 (or #C99).

RGB color model

#CD988A color RGB value is (205,152,138).

  • red value is 205;
  • green value is 152;
  • blue value is 138.
RGB:
(205,152,138)
(80%,60%,54%)

RGB channels and saturation

R 205 of 255 = 80%
G 152 of 255 = 60%
B 138 of 255 = 54%

205
152
138

R + G + B ~ 65%. #CD988A is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 152 + 138 = 495 (100%)
R 205 of 495 ~ 41.41%
G 152 of 495 ~ 30.71%
B 138 of 495 ~ 27.88%

%41.41
%30.71
%27.88

CMYK color model

#CD988A color CMYK value is (0,26,33,20).

  • cyan value is 0.00%
  • magenta value is 25.85%
  • yellow value is 32.68%
  • key color value is 19.61%
CMYK:
(0,26,33,20)
C0M26Y33K20 
(0%,26%,33%,20%)
(0.00/0.26/0.33/0.20)	

CMYK percentages

%0
%25.85
%32.68
%19.61

Codes

Color #CD988A in popluar color models

CD988A
RGB205152138
HSL13°40.12%67.25%
HSB/HSV13°32.68%80.39%
CMYK0.00%25.85%32.68%
19.61%

Color #CD988A in popluar number systems.

HEXCD988A
Decimal205152138
Binary110011011001100010001010
Octal315230212

Shades and tints

Shades of #CD988A

#CD988A
(205,152,138)
#BB8B7E
(187,139,126)
#A97E72
(169,126,114)
#977166
(151,113,102)
#85645A
(133,100,90)
#73574E
(115,87,78)
#614A42
(97,74,66)
#4F3D36
(79,61,54)
#3D302A
(61,48,42)
#2B231E
(43,35,30)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #CD988A

#CD988A
(205,152,138)
#D1A194
(209,161,148)
#D5AA9E
(213,170,158)
#D9B3A8
(217,179,168)
#DDBCB2
(221,188,178)
#E1C5BC
(225,197,188)
#E5CEC6
(229,206,198)
#E9D7D0
(233,215,208)
#EDE0DA
(237,224,218)
#F1E9E4
(241,233,228)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD988A color. Also use rgb(205,152,138) instead hex code.

Text Font Color

.myTextColor { color: #CD988A; }

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

This text font color is #CD988A.


Background Color

.myBgColor { background-color: #CD988A; }

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

This div background color is #CD988A.


Border color

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

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

This div border color is #CD988A.


Opacity

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

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

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

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

This text has shadow with #CD988A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD988A on black background.


Color preview on white background

This text has color #CD988A on white background.



Black color preview on #CD988A background

This text has black color on #CD988A background.


White color preview on #CD988A background

This text has white color on #CD988A background.