COLOR #C7B7BD

HEX: #C7B7BD
RGB: (199,183,189)

Color info

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

RGB color model

#C7B7BD color RGB value is (199,183,189).

  • red value is 199;
  • green value is 183;
  • blue value is 189.
RGB:
(199,183,189)
(78%,72%,74%)

RGB channels and saturation

R 199 of 255 = 78%
G 183 of 255 = 72%
B 189 of 255 = 74%

199
183
189

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

Portions of RGB colors in percentages

R + G + B =
199 + 183 + 189 = 571 (100%)
R 199 of 571 ~ 34.85%
G 183 of 571 ~ 32.05%
B 189 of 571 ~ 33.1%

%34.85
%32.05
%33.1

CMYK color model

#C7B7BD color CMYK value is (0,8,5,22).

  • cyan value is 0.00%
  • magenta value is 8.04%
  • yellow value is 5.03%
  • key color value is 21.96%
CMYK:
(0,8,5,22)
C0M8Y5K22 
(0%,8%,5%,22%)
(0.00/0.08/0.05/0.22)	

CMYK percentages

%0
%8.04
%5.03
%21.96

Codes

Color #C7B7BD in popluar color models

C7B7BD
RGB199183189
HSL338°12.50%74.90%
HSB/HSV338°8.04%78.04%
CMYK0.00%8.04%5.03%
21.96%

Color #C7B7BD in popluar number systems.

HEXC7B7BD
Decimal199183189
Binary110001111011011110111101
Octal307267275

Shades and tints

Shades of #C7B7BD

#C7B7BD
(199,183,189)
#B5A7AC
(181,167,172)
#A3979B
(163,151,155)
#91878A
(145,135,138)
#7F7779
(127,119,121)
#6D6768
(109,103,104)
#5B5757
(91,87,87)
#494746
(73,71,70)
#373735
(55,55,53)
#252724
(37,39,36)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #C7B7BD

#C7B7BD
(199,183,189)
#CCBDC3
(204,189,195)
#D1C3C9
(209,195,201)
#D6C9CF
(214,201,207)
#DBCFD5
(219,207,213)
#E0D5DB
(224,213,219)
#E5DBE1
(229,219,225)
#EAE1E7
(234,225,231)
#EFE7ED
(239,231,237)
#F4EDF3
(244,237,243)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B7BD color. Also use rgb(199,183,189) instead hex code.

Text Font Color

.myTextColor { color: #C7B7BD; }

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

This text font color is #C7B7BD.


Background Color

.myBgColor { background-color: #C7B7BD; }

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

This div background color is #C7B7BD.


Border color

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

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

This div border color is #C7B7BD.


Opacity

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

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

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

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

This text has shadow with #C7B7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B7BD on black background.


Color preview on white background

This text has color #C7B7BD on white background.



Black color preview on #C7B7BD background

This text has black color on #C7B7BD background.


White color preview on #C7B7BD background

This text has white color on #C7B7BD background.