COLOR #CD8990

HEX: #CD8990 RGB: (205,137,144)

Color info

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

RGB color model

#CD8990 color RGB value is (205,137,144).

RGB: (205,137,144) (80%, 54%, 56%)

RGB channels and saturation

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

205
137
144

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

Portions of RGB colors in percentages

R + G + B = 205 + 137 + 144 = 486 (100%)
R 205 of 486 ~ 42.18%
G 137 of 486 ~ 28.19%
B 144 of 486 ~ 29.63'%

%42.18
%28.19
%29.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.17%
  • yellow value is 29.76%
  • key color value is 19.61%

CMYK: (0,33,30,20)
C0M33Y30K20 (0%, 33%, 30%, 20%)
(0.00 / 0.33 / 0.30 / 0.20)

CMYK percentages

%0
%33.17
%29.76
%19.61

Codes

Color #CD8990 in popluar color models

CD 89 90
RGB 205 137 144
HSL 354° 40.48% 67.06%
HSB/HSV 354° 33.17% 80.39%
CMYK 0.00% 33.17% 29.76%
19.61%

Color #CD8990 in popluar number systems.

HEX CD 89 90
Decimal 205 137 144
Binary 11001101 10001001 10010000
Octal 315 211 220

Shades and tints

Shades of #CD8990

#CD8990
(205,137,144)
#BB7D83
(187,125,131)
#A97176
(169,113,118)
#976569
(151,101,105)
#85595C
(133,89,92)
#734D4F
(115,77,79)
#614142
(97,65,66)
#4F3535
(79,53,53)
#3D2928
(61,41,40)
#2B1D1B
(43,29,27)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #CD8990

#CD8990
(205,137,144)
#D1939A
(209,147,154)
#D59DA4
(213,157,164)
#D9A7AE
(217,167,174)
#DDB1B8
(221,177,184)
#E1BBC2
(225,187,194)
#E5C5CC
(229,197,204)
#E9CFD6
(233,207,214)
#EDD9E0
(237,217,224)
#F1E3EA
(241,227,234)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CD8990; }

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

This text font color is #CD8990.

Background Color

.myBgColor { background-color: #CD8990; }

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

This div background color is #CD8990.

Border color

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

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

This div border color is #CD8990.

Opacity

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

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

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

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

This text has shadow with #CD8990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CD8990.

Preview

Color preview on black background

This text has color #CD8990 on black background.


Color preview on white background

This text has color #CD8990 on white background.


Black color preview on #CD8990 background

This text has black color on #CD8990 background.


White color preview on #CD8990 background

This text has white color on #CD8990 background.


Related colors

Complementary color

Complementary color for #hex is #32766F.


I love getcolorcode.com

Triadic colors

1 #90CD89 and #8990CD with #CD8990 are triadic colors.

2 #9089CD and #89CD90 with #CD8990 are triadic colors.