COLOR #C7B9F5

HEX: #C7B9F5
RGB: (199,185,245)

Color info

#C7B9F5 contains mainly red and blue colors. Web safe color of #C7B9F5 is #CCCCFF (or #CCF).

RGB color model

#C7B9F5 color RGB value is (199,185,245).

  • red value is 199;
  • green value is 185;
  • blue value is 245.
RGB:
(199,185,245)
(78%,73%,96%)

RGB channels and saturation

R 199 of 255 = 78%
G 185 of 255 = 73%
B 245 of 255 = 96%

199
185
245

R + G + B ~ 82%. #C7B9F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 185 + 245 = 629 (100%)
R 199 of 629 ~ 31.64%
G 185 of 629 ~ 29.41%
B 245 of 629 ~ 38.95%

%31.64
%29.41
%38.95

CMYK color model

#C7B9F5 color CMYK value is (19,24,0,4).

  • cyan value is 18.78%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(19,24,0,4)
C19M24Y0K4 
(19%,24%,0%,4%)
(0.19/0.24/0.00/0.04)	

CMYK percentages

%18.78
%24.49
%0
%3.92

Codes

Color #C7B9F5 in popluar color models

C7B9F5
RGB199185245
HSL254°75.00%84.31%
HSB/HSV254°24.49%96.08%
CMYK18.78%24.49%0.00%
3.92%

Color #C7B9F5 in popluar number systems.

HEXC7B9F5
Decimal199185245
Binary110001111011100111110101
Octal307271365

Shades and tints

Shades of #C7B9F5

#C7B9F5
(199,185,245)
#B5A9DF
(181,169,223)
#A399C9
(163,153,201)
#9189B3
(145,137,179)
#7F799D
(127,121,157)
#6D6987
(109,105,135)
#5B5971
(91,89,113)
#49495B
(73,73,91)
#373945
(55,57,69)
#25292F
(37,41,47)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #C7B9F5

#C7B9F5
(199,185,245)
#CCBFF5
(204,191,245)
#D1C5F5
(209,197,245)
#D6CBF5
(214,203,245)
#DBD1F5
(219,209,245)
#E0D7F5
(224,215,245)
#E5DDF5
(229,221,245)
#EAE3F5
(234,227,245)
#EFE9F5
(239,233,245)
#F4EFF5
(244,239,245)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B9F5 color. Also use rgb(199,185,245) instead hex code.

Text Font Color

.myTextColor { color: #C7B9F5; }

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

This text font color is #C7B9F5.


Background Color

.myBgColor { background-color: #C7B9F5; }

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

This div background color is #C7B9F5.


Border color

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

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

This div border color is #C7B9F5.


Opacity

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

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

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

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

This text has shadow with #C7B9F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B9F5 on black background.


Color preview on white background

This text has color #C7B9F5 on white background.



Black color preview on #C7B9F5 background

This text has black color on #C7B9F5 background.


White color preview on #C7B9F5 background

This text has white color on #C7B9F5 background.