COLOR #C7BFE8

HEX: #C7BFE8
RGB: (199,191,232)

Color info

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

RGB color model

#C7BFE8 color RGB value is (199,191,232).

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

RGB channels and saturation

R 199 of 255 = 78%
G 191 of 255 = 75%
B 232 of 255 = 91%

199
191
232

R + G + B ~ 81%. #C7BFE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 191 + 232 = 622 (100%)
R 199 of 622 ~ 31.99%
G 191 of 622 ~ 30.71%
B 232 of 622 ~ 37.3%

%31.99
%30.71
%37.3

CMYK color model

#C7BFE8 color CMYK value is (14,18,0,9).

  • cyan value is 14.22%
  • magenta value is 17.67%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(14,18,0,9)
C14M18Y0K9 
(14%,18%,0%,9%)
(0.14/0.18/0.00/0.09)	

CMYK percentages

%14.22
%17.67
%0
%9.02

Codes

Color #C7BFE8 in popluar color models

C7BFE8
RGB199191232
HSL252°47.13%82.94%
HSB/HSV252°17.67%90.98%
CMYK14.22%17.67%0.00%
9.02%

Color #C7BFE8 in popluar number systems.

HEXC7BFE8
Decimal199191232
Binary110001111011111111101000
Octal307277350

Shades and tints

Shades of #C7BFE8

#C7BFE8
(199,191,232)
#B5AED3
(181,174,211)
#A39DBE
(163,157,190)
#918CA9
(145,140,169)
#7F7B94
(127,123,148)
#6D6A7F
(109,106,127)
#5B596A
(91,89,106)
#494855
(73,72,85)
#373740
(55,55,64)
#25262B
(37,38,43)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #C7BFE8

#C7BFE8
(199,191,232)
#CCC4EA
(204,196,234)
#D1C9EC
(209,201,236)
#D6CEEE
(214,206,238)
#DBD3F0
(219,211,240)
#E0D8F2
(224,216,242)
#E5DDF4
(229,221,244)
#EAE2F6
(234,226,246)
#EFE7F8
(239,231,248)
#F4ECFA
(244,236,250)
#F9F1FC
(249,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BFE8; }

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

This text font color is #C7BFE8.


Background Color

.myBgColor { background-color: #C7BFE8; }

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

This div background color is #C7BFE8.


Border color

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

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

This div border color is #C7BFE8.


Opacity

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

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

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

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

This text has shadow with #C7BFE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BFE8 on black background.


Color preview on white background

This text has color #C7BFE8 on white background.



Black color preview on #C7BFE8 background

This text has black color on #C7BFE8 background.


White color preview on #C7BFE8 background

This text has white color on #C7BFE8 background.