COLOR #CD79B3

HEX: #CD79B3
RGB: (205,121,179)

Color info

#CD79B3 contains mainly red and blue colors. Web safe color of #CD79B3 is #CC6699 (or #C69).

RGB color model

#CD79B3 color RGB value is (205,121,179).

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

RGB channels and saturation

R 205 of 255 = 80%
G 121 of 255 = 47%
B 179 of 255 = 70%

205
121
179

R + G + B ~ 66%. #CD79B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 121 + 179 = 505 (100%)
R 205 of 505 ~ 40.59%
G 121 of 505 ~ 23.96%
B 179 of 505 ~ 35.45%

%40.59
%23.96
%35.45

CMYK color model

#CD79B3 color CMYK value is (0,41,13,20).

  • cyan value is 0.00%
  • magenta value is 40.98%
  • yellow value is 12.68%
  • key color value is 19.61%
CMYK:
(0,41,13,20)
C0M41Y13K20 
(0%,41%,13%,20%)
(0.00/0.41/0.13/0.20)	

CMYK percentages

%0
%40.98
%12.68
%19.61

Codes

Color #CD79B3 in popluar color models

CD79B3
RGB205121179
HSL319°45.65%63.92%
HSB/HSV319°40.98%80.39%
CMYK0.00%40.98%12.68%
19.61%

Color #CD79B3 in popluar number systems.

HEXCD79B3
Decimal205121179
Binary11001101111100110110011
Octal315171263

Shades and tints

Shades of #CD79B3

#CD79B3
(205,121,179)
#BB6EA3
(187,110,163)
#A96393
(169,99,147)
#975883
(151,88,131)
#854D73
(133,77,115)
#734263
(115,66,99)
#613753
(97,55,83)
#4F2C43
(79,44,67)
#3D2133
(61,33,51)
#2B1623
(43,22,35)
#190B13
(25,11,19)
#000000
(0,0,0)

Tints of #CD79B3

#CD79B3
(205,121,179)
#D185B9
(209,133,185)
#D591BF
(213,145,191)
#D99DC5
(217,157,197)
#DDA9CB
(221,169,203)
#E1B5D1
(225,181,209)
#E5C1D7
(229,193,215)
#E9CDDD
(233,205,221)
#EDD9E3
(237,217,227)
#F1E5E9
(241,229,233)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CD79B3; }

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

This text font color is #CD79B3.


Background Color

.myBgColor { background-color: #CD79B3; }

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

This div background color is #CD79B3.


Border color

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

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

This div border color is #CD79B3.


Opacity

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

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

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

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

This text has shadow with #CD79B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD79B3 on black background.


Color preview on white background

This text has color #CD79B3 on white background.



Black color preview on #CD79B3 background

This text has black color on #CD79B3 background.


White color preview on #CD79B3 background

This text has white color on #CD79B3 background.