COLOR #C788AD

HEX: #C788AD
RGB: (199,136,173)

Color info

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

RGB color model

#C788AD color RGB value is (199,136,173).

  • red value is 199;
  • green value is 136;
  • blue value is 173.
RGB:
(199,136,173)
(78%,53%,68%)

RGB channels and saturation

R 199 of 255 = 78%
G 136 of 255 = 53%
B 173 of 255 = 68%

199
136
173

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

Portions of RGB colors in percentages

R + G + B =
199 + 136 + 173 = 508 (100%)
R 199 of 508 ~ 39.17%
G 136 of 508 ~ 26.77%
B 173 of 508 ~ 34.06%

%39.17
%26.77
%34.06

CMYK color model

#C788AD color CMYK value is (0,32,13,22).

  • cyan value is 0.00%
  • magenta value is 31.66%
  • yellow value is 13.07%
  • key color value is 21.96%
CMYK:
(0,32,13,22)
C0M32Y13K22 
(0%,32%,13%,22%)
(0.00/0.32/0.13/0.22)	

CMYK percentages

%0
%31.66
%13.07
%21.96

Codes

Color #C788AD in popluar color models

C788AD
RGB199136173
HSL325°36.00%65.69%
HSB/HSV325°31.66%78.04%
CMYK0.00%31.66%13.07%
21.96%

Color #C788AD in popluar number systems.

HEXC788AD
Decimal199136173
Binary110001111000100010101101
Octal307210255

Shades and tints

Shades of #C788AD

#C788AD
(199,136,173)
#B57C9E
(181,124,158)
#A3708F
(163,112,143)
#916480
(145,100,128)
#7F5871
(127,88,113)
#6D4C62
(109,76,98)
#5B4053
(91,64,83)
#493444
(73,52,68)
#372835
(55,40,53)
#251C26
(37,28,38)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #C788AD

#C788AD
(199,136,173)
#CC92B4
(204,146,180)
#D19CBB
(209,156,187)
#D6A6C2
(214,166,194)
#DBB0C9
(219,176,201)
#E0BAD0
(224,186,208)
#E5C4D7
(229,196,215)
#EACEDE
(234,206,222)
#EFD8E5
(239,216,229)
#F4E2EC
(244,226,236)
#F9ECF3
(249,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C788AD color. Also use rgb(199,136,173) instead hex code.

Text Font Color

.myTextColor { color: #C788AD; }

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

This text font color is #C788AD.


Background Color

.myBgColor { background-color: #C788AD; }

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

This div background color is #C788AD.


Border color

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

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

This div border color is #C788AD.


Opacity

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

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

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

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

This text has shadow with #C788AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C788AD on black background.


Color preview on white background

This text has color #C788AD on white background.



Black color preview on #C788AD background

This text has black color on #C788AD background.


White color preview on #C788AD background

This text has white color on #C788AD background.