COLOR #C788EE

HEX: #C788EE
RGB: (199,136,238)

Color info

#C788EE contains mainly red and blue colors. Web safe color of #C788EE is #CC99FF (or #C9F).

RGB color model

#C788EE color RGB value is (199,136,238).

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

RGB channels and saturation

R 199 of 255 = 78%
G 136 of 255 = 53%
B 238 of 255 = 93%

199
136
238

R + G + B ~ 75%. #C788EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 136 + 238 = 573 (100%)
R 199 of 573 ~ 34.73%
G 136 of 573 ~ 23.73%
B 238 of 573 ~ 41.54%

%34.73
%23.73
%41.54

CMYK color model

#C788EE color CMYK value is (16,43,0,7).

  • cyan value is 16.39%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(16,43,0,7)
C16M43Y0K7 
(16%,43%,0%,7%)
(0.16/0.43/0.00/0.07)	

CMYK percentages

%16.39
%42.86
%0
%6.67

Codes

Color #C788EE in popluar color models

C788EE
RGB199136238
HSL277°75.00%73.33%
HSB/HSV277°42.86%93.33%
CMYK16.39%42.86%0.00%
6.67%

Color #C788EE in popluar number systems.

HEXC788EE
Decimal199136238
Binary110001111000100011101110
Octal307210356

Shades and tints

Shades of #C788EE

#C788EE
(199,136,238)
#B57CD9
(181,124,217)
#A370C4
(163,112,196)
#9164AF
(145,100,175)
#7F589A
(127,88,154)
#6D4C85
(109,76,133)
#5B4070
(91,64,112)
#49345B
(73,52,91)
#372846
(55,40,70)
#251C31
(37,28,49)
#13101C
(19,16,28)
#000000
(0,0,0)

Tints of #C788EE

#C788EE
(199,136,238)
#CC92EF
(204,146,239)
#D19CF0
(209,156,240)
#D6A6F1
(214,166,241)
#DBB0F2
(219,176,242)
#E0BAF3
(224,186,243)
#E5C4F4
(229,196,244)
#EACEF5
(234,206,245)
#EFD8F6
(239,216,246)
#F4E2F7
(244,226,247)
#F9ECF8
(249,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C788EE; }

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

This text font color is #C788EE.


Background Color

.myBgColor { background-color: #C788EE; }

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

This div background color is #C788EE.


Border color

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

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

This div border color is #C788EE.


Opacity

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

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

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

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

This text has shadow with #C788EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C788EE on black background.


Color preview on white background

This text has color #C788EE on white background.



Black color preview on #C788EE background

This text has black color on #C788EE background.


White color preview on #C788EE background

This text has white color on #C788EE background.