COLOR #C788B2

HEX: #C788B2
RGB: (199,136,178)

Color info

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

RGB color model

#C788B2 color RGB value is (199,136,178).

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

RGB channels and saturation

R 199 of 255 = 78%
G 136 of 255 = 53%
B 178 of 255 = 70%

199
136
178

R + G + B ~ 67%. #C788B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 136 + 178 = 513 (100%)
R 199 of 513 ~ 38.79%
G 136 of 513 ~ 26.51%
B 178 of 513 ~ 34.7%

%38.79
%26.51
%34.7

CMYK color model

#C788B2 color CMYK value is (0,32,11,22).

  • cyan value is 0.00%
  • magenta value is 31.66%
  • yellow value is 10.55%
  • key color value is 21.96%
CMYK:
(0,32,11,22)
C0M32Y11K22 
(0%,32%,11%,22%)
(0.00/0.32/0.11/0.22)	

CMYK percentages

%0
%31.66
%10.55
%21.96

Codes

Color #C788B2 in popluar color models

C788B2
RGB199136178
HSL320°36.00%65.69%
HSB/HSV320°31.66%78.04%
CMYK0.00%31.66%10.55%
21.96%

Color #C788B2 in popluar number systems.

HEXC788B2
Decimal199136178
Binary110001111000100010110010
Octal307210262

Shades and tints

Shades of #C788B2

#C788B2
(199,136,178)
#B57CA2
(181,124,162)
#A37092
(163,112,146)
#916482
(145,100,130)
#7F5872
(127,88,114)
#6D4C62
(109,76,98)
#5B4052
(91,64,82)
#493442
(73,52,66)
#372832
(55,40,50)
#251C22
(37,28,34)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #C788B2

#C788B2
(199,136,178)
#CC92B9
(204,146,185)
#D19CC0
(209,156,192)
#D6A6C7
(214,166,199)
#DBB0CE
(219,176,206)
#E0BAD5
(224,186,213)
#E5C4DC
(229,196,220)
#EACEE3
(234,206,227)
#EFD8EA
(239,216,234)
#F4E2F1
(244,226,241)
#F9ECF8
(249,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C788B2; }

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

This text font color is #C788B2.


Background Color

.myBgColor { background-color: #C788B2; }

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

This div background color is #C788B2.


Border color

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

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

This div border color is #C788B2.


Opacity

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

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

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

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

This text has shadow with #C788B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C788B2 on black background.


Color preview on white background

This text has color #C788B2 on white background.



Black color preview on #C788B2 background

This text has black color on #C788B2 background.


White color preview on #C788B2 background

This text has white color on #C788B2 background.