COLOR #C7BBDB

HEX: #C7BBDB RGB: (199,187,219)

Color info

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

RGB color model

#C7BBDB color RGB value is (199,187,219).

RGB: (199,187,219) (78%, 73%, 86%)

RGB channels and saturation

R 199 of 255 = 78%
G 187 of 255 = 73%
B 219 of 255 = 86%

199
187
219

R + G + B ~ 79%. #C7BBDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 187 + 219 = 605 (100%)
R 199 of 605 ~ 32.89%
G 187 of 605 ~ 30.91%
B 219 of 605 ~ 36.2'%

%32.89
%30.91
%36.2

CMYK color model

#C7BBDB color CMYK value is (9,15,0,14).

  • cyan value is 9.13%
  • magenta value is 14.61%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (9,15,0,14)
C9M15Y0K14 (9%, 15%, 0%, 14%)
(0.09 / 0.15 / 0.00 / 0.14)

CMYK percentages

%9.13
%14.61
%0
%14.12

Codes

Color #C7BBDB in popluar color models

C7 BB DB
RGB 199 187 219
HSL 263° 30.77% 79.61%
HSB/HSV 263° 14.61% 85.88%
CMYK 9.13% 14.61% 0.00%
14.12%

Color #C7BBDB in popluar number systems.

HEX C7 BB DB
Decimal 199 187 219
Binary 11000111 10111011 11011011
Octal 307 273 333

Shades and tints

Shades of #C7BBDB

#C7BBDB
(199,187,219)
#B5AAC8
(181,170,200)
#A399B5
(163,153,181)
#9188A2
(145,136,162)
#7F778F
(127,119,143)
#6D667C
(109,102,124)
#5B5569
(91,85,105)
#494456
(73,68,86)
#373343
(55,51,67)
#252230
(37,34,48)
#13111D
(19,17,29)
#000000
(0,0,0)

Tints of #C7BBDB

#C7BBDB
(199,187,219)
#CCC1DE
(204,193,222)
#D1C7E1
(209,199,225)
#D6CDE4
(214,205,228)
#DBD3E7
(219,211,231)
#E0D9EA
(224,217,234)
#E5DFED
(229,223,237)
#EAE5F0
(234,229,240)
#EFEBF3
(239,235,243)
#F4F1F6
(244,241,246)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BBDB; }

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

This text font color is #C7BBDB.

Background Color

.myBgColor { background-color: #C7BBDB; }

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

This div background color is #C7BBDB.

Border color

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

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

This div border color is #C7BBDB.

Opacity

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

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

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

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

This text has shadow with #C7BBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BBDB.

Preview

Color preview on black background

This text has color #C7BBDB on black background.


Color preview on white background

This text has color #C7BBDB on white background.


Black color preview on #C7BBDB background

This text has black color on #C7BBDB background.


White color preview on #C7BBDB background

This text has white color on #C7BBDB background.


Related colors

Complementary color

Complementary color for #hex is #384424.


I love getcolorcode.com

Triadic colors

1 #DBC7BB and #BBDBC7 with #C7BBDB are triadic colors.

2 #DBBBC7 and #BBC7DB with #C7BBDB are triadic colors.