COLOR #C7BBBE

HEX: #C7BBBE
RGB: (199,187,190)

Color info

#C7BBBE contains red, green and blue colors in about the same proportion. Web safe color of #C7BBBE is #CCCCCC (or #CCC).

RGB color model

#C7BBBE color RGB value is (199,187,190).

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

RGB channels and saturation

R 199 of 255 = 78%
G 187 of 255 = 73%
B 190 of 255 = 75%

199
187
190

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

Portions of RGB colors in percentages

R + G + B =
199 + 187 + 190 = 576 (100%)
R 199 of 576 ~ 34.55%
G 187 of 576 ~ 32.47%
B 190 of 576 ~ 32.99%

%34.55
%32.47
%32.99

CMYK color model

#C7BBBE color CMYK value is (0,6,5,22).

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 4.52%
  • key color value is 21.96%
CMYK:
(0,6,5,22)
C0M6Y5K22 
(0%,6%,5%,22%)
(0.00/0.06/0.05/0.22)	

CMYK percentages

%0
%6.03
%4.52
%21.96

Codes

Color #C7BBBE in popluar color models

C7BBBE
RGB199187190
HSL345°9.68%75.69%
HSB/HSV345°6.03%78.04%
CMYK0.00%6.03%4.52%
21.96%

Color #C7BBBE in popluar number systems.

HEXC7BBBE
Decimal199187190
Binary110001111011101110111110
Octal307273276

Shades and tints

Shades of #C7BBBE

#C7BBBE
(199,187,190)
#B5AAAD
(181,170,173)
#A3999C
(163,153,156)
#91888B
(145,136,139)
#7F777A
(127,119,122)
#6D6669
(109,102,105)
#5B5558
(91,85,88)
#494447
(73,68,71)
#373336
(55,51,54)
#252225
(37,34,37)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #C7BBBE

#C7BBBE
(199,187,190)
#CCC1C3
(204,193,195)
#D1C7C8
(209,199,200)
#D6CDCD
(214,205,205)
#DBD3D2
(219,211,210)
#E0D9D7
(224,217,215)
#E5DFDC
(229,223,220)
#EAE5E1
(234,229,225)
#EFEBE6
(239,235,230)
#F4F1EB
(244,241,235)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BBBE; }

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

This text font color is #C7BBBE.


Background Color

.myBgColor { background-color: #C7BBBE; }

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

This div background color is #C7BBBE.


Border color

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

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

This div border color is #C7BBBE.


Opacity

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

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

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

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

This text has shadow with #C7BBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BBBE on black background.


Color preview on white background

This text has color #C7BBBE on white background.



Black color preview on #C7BBBE background

This text has black color on #C7BBBE background.


White color preview on #C7BBBE background

This text has white color on #C7BBBE background.