COLOR #C7B8E8

HEX: #C7B8E8
RGB: (199,184,232)

Color info

#C7B8E8 contains red, green and blue colors in about the same proportion. Web safe color of #C7B8E8 is #CCCCFF (or #CCF).

RGB color model

#C7B8E8 color RGB value is (199,184,232).

  • red value is 199;
  • green value is 184;
  • blue value is 232.
RGB:
(199,184,232)
(78%,72%,91%)

RGB channels and saturation

R 199 of 255 = 78%
G 184 of 255 = 72%
B 232 of 255 = 91%

199
184
232

R + G + B ~ 80%. #C7B8E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 184 + 232 = 615 (100%)
R 199 of 615 ~ 32.36%
G 184 of 615 ~ 29.92%
B 232 of 615 ~ 37.72%

%32.36
%29.92
%37.72

CMYK color model

#C7B8E8 color CMYK value is (14,21,0,9).

  • cyan value is 14.22%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(14,21,0,9)
C14M21Y0K9 
(14%,21%,0%,9%)
(0.14/0.21/0.00/0.09)	

CMYK percentages

%14.22
%20.69
%0
%9.02

Codes

Color #C7B8E8 in popluar color models

C7B8E8
RGB199184232
HSL259°51.06%81.57%
HSB/HSV259°20.69%90.98%
CMYK14.22%20.69%0.00%
9.02%

Color #C7B8E8 in popluar number systems.

HEXC7B8E8
Decimal199184232
Binary110001111011100011101000
Octal307270350

Shades and tints

Shades of #C7B8E8

#C7B8E8
(199,184,232)
#B5A8D3
(181,168,211)
#A398BE
(163,152,190)
#9188A9
(145,136,169)
#7F7894
(127,120,148)
#6D687F
(109,104,127)
#5B586A
(91,88,106)
#494855
(73,72,85)
#373840
(55,56,64)
#25282B
(37,40,43)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #C7B8E8

#C7B8E8
(199,184,232)
#CCBEEA
(204,190,234)
#D1C4EC
(209,196,236)
#D6CAEE
(214,202,238)
#DBD0F0
(219,208,240)
#E0D6F2
(224,214,242)
#E5DCF4
(229,220,244)
#EAE2F6
(234,226,246)
#EFE8F8
(239,232,248)
#F4EEFA
(244,238,250)
#F9F4FC
(249,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B8E8 color. Also use rgb(199,184,232) instead hex code.

Text Font Color

.myTextColor { color: #C7B8E8; }

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

This text font color is #C7B8E8.


Background Color

.myBgColor { background-color: #C7B8E8; }

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

This div background color is #C7B8E8.


Border color

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

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

This div border color is #C7B8E8.


Opacity

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

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

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

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

This text has shadow with #C7B8E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B8E8 on black background.


Color preview on white background

This text has color #C7B8E8 on white background.



Black color preview on #C7B8E8 background

This text has black color on #C7B8E8 background.


White color preview on #C7B8E8 background

This text has white color on #C7B8E8 background.