COLOR #C7BBFB

HEX: #C7BBFB
RGB: (199,187,251)

Color info

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

RGB color model

#C7BBFB color RGB value is (199,187,251).

  • red value is 199;
  • green value is 187;
  • blue value is 251.
RGB:
(199,187,251)
(78%,73%,98%)

RGB channels and saturation

R 199 of 255 = 78%
G 187 of 255 = 73%
B 251 of 255 = 98%

199
187
251

R + G + B ~ 83%. #C7BBFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 187 + 251 = 637 (100%)
R 199 of 637 ~ 31.24%
G 187 of 637 ~ 29.36%
B 251 of 637 ~ 39.4%

%31.24
%29.36
%39.4

CMYK color model

#C7BBFB color CMYK value is (21,25,0,2).

  • cyan value is 20.72%
  • magenta value is 25.50%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(21,25,0,2)
C21M25Y0K2 
(21%,25%,0%,2%)
(0.21/0.25/0.00/0.02)	

CMYK percentages

%20.72
%25.5
%0
%1.57

Codes

Color #C7BBFB in popluar color models

C7BBFB
RGB199187251
HSL251°88.89%85.88%
HSB/HSV251°25.50%98.43%
CMYK20.72%25.50%0.00%
1.57%

Color #C7BBFB in popluar number systems.

HEXC7BBFB
Decimal199187251
Binary110001111011101111111011
Octal307273373

Shades and tints

Shades of #C7BBFB

#C7BBFB
(199,187,251)
#B5AAE5
(181,170,229)
#A399CF
(163,153,207)
#9188B9
(145,136,185)
#7F77A3
(127,119,163)
#6D668D
(109,102,141)
#5B5577
(91,85,119)
#494461
(73,68,97)
#37334B
(55,51,75)
#252235
(37,34,53)
#13111F
(19,17,31)
#000000
(0,0,0)

Tints of #C7BBFB

#C7BBFB
(199,187,251)
#CCC1FB
(204,193,251)
#D1C7FB
(209,199,251)
#D6CDFB
(214,205,251)
#DBD3FB
(219,211,251)
#E0D9FB
(224,217,251)
#E5DFFB
(229,223,251)
#EAE5FB
(234,229,251)
#EFEBFB
(239,235,251)
#F4F1FB
(244,241,251)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BBFB color. Also use rgb(199,187,251) instead hex code.

Text Font Color

.myTextColor { color: #C7BBFB; }

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

This text font color is #C7BBFB.


Background Color

.myBgColor { background-color: #C7BBFB; }

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

This div background color is #C7BBFB.


Border color

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

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

This div border color is #C7BBFB.


Opacity

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

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

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

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

This text has shadow with #C7BBFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BBFB on black background.


Color preview on white background

This text has color #C7BBFB on white background.



Black color preview on #C7BBFB background

This text has black color on #C7BBFB background.


White color preview on #C7BBFB background

This text has white color on #C7BBFB background.