COLOR #CD95B3

HEX: #CD95B3
RGB: (205,149,179)

Color info

#CD95B3 contains red, green and blue colors in about the same proportion. Web safe color of #CD95B3 is #CC9999 (or #C99).

RGB color model

#CD95B3 color RGB value is (205,149,179).

  • red value is 205;
  • green value is 149;
  • blue value is 179.
RGB:
(205,149,179)
(80%,58%,70%)

RGB channels and saturation

R 205 of 255 = 80%
G 149 of 255 = 58%
B 179 of 255 = 70%

205
149
179

R + G + B ~ 69%. #CD95B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 149 + 179 = 533 (100%)
R 205 of 533 ~ 38.46%
G 149 of 533 ~ 27.95%
B 179 of 533 ~ 33.58%

%38.46
%27.95
%33.58

CMYK color model

#CD95B3 color CMYK value is (0,27,13,20).

  • cyan value is 0.00%
  • magenta value is 27.32%
  • yellow value is 12.68%
  • key color value is 19.61%
CMYK:
(0,27,13,20)
C0M27Y13K20 
(0%,27%,13%,20%)
(0.00/0.27/0.13/0.20)	

CMYK percentages

%0
%27.32
%12.68
%19.61

Codes

Color #CD95B3 in popluar color models

CD95B3
RGB205149179
HSL328°35.90%69.41%
HSB/HSV328°27.32%80.39%
CMYK0.00%27.32%12.68%
19.61%

Color #CD95B3 in popluar number systems.

HEXCD95B3
Decimal205149179
Binary110011011001010110110011
Octal315225263

Shades and tints

Shades of #CD95B3

#CD95B3
(205,149,179)
#BB88A3
(187,136,163)
#A97B93
(169,123,147)
#976E83
(151,110,131)
#856173
(133,97,115)
#735463
(115,84,99)
#614753
(97,71,83)
#4F3A43
(79,58,67)
#3D2D33
(61,45,51)
#2B2023
(43,32,35)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #CD95B3

#CD95B3
(205,149,179)
#D19EB9
(209,158,185)
#D5A7BF
(213,167,191)
#D9B0C5
(217,176,197)
#DDB9CB
(221,185,203)
#E1C2D1
(225,194,209)
#E5CBD7
(229,203,215)
#E9D4DD
(233,212,221)
#EDDDE3
(237,221,227)
#F1E6E9
(241,230,233)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CD95B3; }

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

This text font color is #CD95B3.


Background Color

.myBgColor { background-color: #CD95B3; }

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

This div background color is #CD95B3.


Border color

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

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

This div border color is #CD95B3.


Opacity

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

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

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

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

This text has shadow with #CD95B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD95B3 on black background.


Color preview on white background

This text has color #CD95B3 on white background.



Black color preview on #CD95B3 background

This text has black color on #CD95B3 background.


White color preview on #CD95B3 background

This text has white color on #CD95B3 background.