COLOR #C788B7

HEX: #C788B7
RGB: (199,136,183)

Color info

#C788B7 contains mainly red and blue colors. Web safe color of #C788B7 is #CC99CC (or #C9C).

RGB color model

#C788B7 color RGB value is (199,136,183).

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

RGB channels and saturation

R 199 of 255 = 78%
G 136 of 255 = 53%
B 183 of 255 = 72%

199
136
183

R + G + B ~ 68%. #C788B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 136 + 183 = 518 (100%)
R 199 of 518 ~ 38.42%
G 136 of 518 ~ 26.25%
B 183 of 518 ~ 35.33%

%38.42
%26.25
%35.33

CMYK color model

#C788B7 color CMYK value is (0,32,8,22).

  • cyan value is 0.00%
  • magenta value is 31.66%
  • yellow value is 8.04%
  • key color value is 21.96%
CMYK:
(0,32,8,22)
C0M32Y8K22 
(0%,32%,8%,22%)
(0.00/0.32/0.08/0.22)	

CMYK percentages

%0
%31.66
%8.04
%21.96

Codes

Color #C788B7 in popluar color models

C788B7
RGB199136183
HSL315°36.00%65.69%
HSB/HSV315°31.66%78.04%
CMYK0.00%31.66%8.04%
21.96%

Color #C788B7 in popluar number systems.

HEXC788B7
Decimal199136183
Binary110001111000100010110111
Octal307210267

Shades and tints

Shades of #C788B7

#C788B7
(199,136,183)
#B57CA7
(181,124,167)
#A37097
(163,112,151)
#916487
(145,100,135)
#7F5877
(127,88,119)
#6D4C67
(109,76,103)
#5B4057
(91,64,87)
#493447
(73,52,71)
#372837
(55,40,55)
#251C27
(37,28,39)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #C788B7

#C788B7
(199,136,183)
#CC92BD
(204,146,189)
#D19CC3
(209,156,195)
#D6A6C9
(214,166,201)
#DBB0CF
(219,176,207)
#E0BAD5
(224,186,213)
#E5C4DB
(229,196,219)
#EACEE1
(234,206,225)
#EFD8E7
(239,216,231)
#F4E2ED
(244,226,237)
#F9ECF3
(249,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C788B7; }

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

This text font color is #C788B7.


Background Color

.myBgColor { background-color: #C788B7; }

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

This div background color is #C788B7.


Border color

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

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

This div border color is #C788B7.


Opacity

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

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

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

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

This text has shadow with #C788B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C788B7 on black background.


Color preview on white background

This text has color #C788B7 on white background.



Black color preview on #C788B7 background

This text has black color on #C788B7 background.


White color preview on #C788B7 background

This text has white color on #C788B7 background.