COLOR #CD8989

HEX: #CD8989
RGB: (205,137,137)

Color info

#CD8989 contains mainly red color. Web safe color of #CD8989 is #CC9999 (or #C99).

RGB color model

#CD8989 color RGB value is (205,137,137).

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

RGB channels and saturation

R 205 of 255 = 80%
G 137 of 255 = 54%
B 137 of 255 = 54%

205
137
137

R + G + B ~ 63%. #CD8989 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 137 + 137 = 479 (100%)
R 205 of 479 ~ 42.8%
G 137 of 479 ~ 28.6%
B 137 of 479 ~ 28.6%

%42.8
%28.6
%28.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.17%
  • yellow value is 33.17%
  • key color value is 19.61%
CMYK:
(0,33,33,20)
C0M33Y33K20 
(0%,33%,33%,20%)
(0.00/0.33/0.33/0.20)	

CMYK percentages

%0
%33.17
%33.17
%19.61

Codes

Color #CD8989 in popluar color models

CD8989
RGB205137137
HSL40.48%67.06%
HSB/HSV33.17%80.39%
CMYK0.00%33.17%33.17%
19.61%

Color #CD8989 in popluar number systems.

HEXCD8989
Decimal205137137
Binary110011011000100110001001
Octal315211211

Shades and tints

Shades of #CD8989

#CD8989
(205,137,137)
#BB7D7D
(187,125,125)
#A97171
(169,113,113)
#976565
(151,101,101)
#855959
(133,89,89)
#734D4D
(115,77,77)
#614141
(97,65,65)
#4F3535
(79,53,53)
#3D2929
(61,41,41)
#2B1D1D
(43,29,29)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #CD8989

#CD8989
(205,137,137)
#D19393
(209,147,147)
#D59D9D
(213,157,157)
#D9A7A7
(217,167,167)
#DDB1B1
(221,177,177)
#E1BBBB
(225,187,187)
#E5C5C5
(229,197,197)
#E9CFCF
(233,207,207)
#EDD9D9
(237,217,217)
#F1E3E3
(241,227,227)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CD8989; }

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

This text font color is #CD8989.


Background Color

.myBgColor { background-color: #CD8989; }

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

This div background color is #CD8989.


Border color

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

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

This div border color is #CD8989.


Opacity

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

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

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

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

This text has shadow with #CD8989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD8989 on black background.


Color preview on white background

This text has color #CD8989 on white background.



Black color preview on #CD8989 background

This text has black color on #CD8989 background.


White color preview on #CD8989 background

This text has white color on #CD8989 background.