COLOR #C7BBED

HEX: #C7BBED RGB: (199,187,237)

Color info

#C7BBED contains red, green and blue colors in about the same proportion. Web safe color of #C7BBED is #CCCCFF (or #CCF).

RGB color model

#C7BBED color RGB value is (199,187,237).

RGB: (199,187,237) (78%, 73%, 93%)

RGB channels and saturation

R 199 of 255 = 78%
G 187 of 255 = 73%
B 237 of 255 = 93%

199
187
237

R + G + B ~ 81%. #C7BBED is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 187 + 237 = 623 (100%)
R 199 of 623 ~ 31.94%
G 187 of 623 ~ 30.02%
B 237 of 623 ~ 38.04'%

%31.94
%30.02
%38.04

CMYK color model

#C7BBED color CMYK value is (16,21,0,7).

  • cyan value is 16.03%
  • magenta value is 21.10%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (16,21,0,7)
C16M21Y0K7 (16%, 21%, 0%, 7%)
(0.16 / 0.21 / 0.00 / 0.07)

CMYK percentages

%16.03
%21.1
%0
%7.06

Codes

Color #C7BBED in popluar color models

C7 BB ED
RGB 199 187 237
HSL 254° 58.14% 83.14%
HSB/HSV 254° 21.10% 92.94%
CMYK 16.03% 21.10% 0.00%
7.06%

Color #C7BBED in popluar number systems.

HEX C7 BB ED
Decimal 199 187 237
Binary 11000111 10111011 11101101
Octal 307 273 355

Shades and tints

Shades of #C7BBED

#C7BBED
(199,187,237)
#B5AAD8
(181,170,216)
#A399C3
(163,153,195)
#9188AE
(145,136,174)
#7F7799
(127,119,153)
#6D6684
(109,102,132)
#5B556F
(91,85,111)
#49445A
(73,68,90)
#373345
(55,51,69)
#252230
(37,34,48)
#13111B
(19,17,27)
#000000
(0,0,0)

Tints of #C7BBED

#C7BBED
(199,187,237)
#CCC1EE
(204,193,238)
#D1C7EF
(209,199,239)
#D6CDF0
(214,205,240)
#DBD3F1
(219,211,241)
#E0D9F2
(224,217,242)
#E5DFF3
(229,223,243)
#EAE5F4
(234,229,244)
#EFEBF5
(239,235,245)
#F4F1F6
(244,241,246)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BBED; }

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

This text font color is #C7BBED.

Background Color

.myBgColor { background-color: #C7BBED; }

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

This div background color is #C7BBED.

Border color

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

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

This div border color is #C7BBED.

Opacity

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

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

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

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

This text has shadow with #C7BBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BBED.

Preview

Color preview on black background

This text has color #C7BBED on black background.


Color preview on white background

This text has color #C7BBED on white background.


Black color preview on #C7BBED background

This text has black color on #C7BBED background.


White color preview on #C7BBED background

This text has white color on #C7BBED background.


Related colors

Complementary color

Complementary color for #hex is #384412.


I love getcolorcode.com

Triadic colors

1 #EDC7BB and #BBEDC7 with #C7BBED are triadic colors.

2 #EDBBC7 and #BBC7ED with #C7BBED are triadic colors.