COLOR #B7CCED

HEX: #B7CCED RGB: (183,204,237)

Color info

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

RGB color model

#B7CCED color RGB value is (183,204,237).

RGB: (183,204,237) (72%, 80%, 93%)

RGB channels and saturation

R 183 of 255 = 72%
G 204 of 255 = 80%
B 237 of 255 = 93%

183
204
237

R + G + B ~ 82%. #B7CCED is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 204 + 237 = 624 (100%)
R 183 of 624 ~ 29.33%
G 204 of 624 ~ 32.69%
B 237 of 624 ~ 37.98'%

%29.33
%32.69
%37.98

CMYK color model

#B7CCED color CMYK value is (23,14,0,7).

  • cyan value is 22.78%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (23,14,0,7)
C23M14Y0K7 (23%, 14%, 0%, 7%)
(0.23 / 0.14 / 0.00 / 0.07)

CMYK percentages

%22.78
%13.92
%0
%7.06

Codes

Color #B7CCED in popluar color models

B7 CC ED
RGB 183 204 237
HSL 217° 60.00% 82.35%
HSB/HSV 217° 22.78% 92.94%
CMYK 22.78% 13.92% 0.00%
7.06%

Color #B7CCED in popluar number systems.

HEX B7 CC ED
Decimal 183 204 237
Binary 10110111 11001100 11101101
Octal 267 314 355

Shades and tints

Shades of #B7CCED

#B7CCED
(183,204,237)
#A7BAD8
(167,186,216)
#97A8C3
(151,168,195)
#8796AE
(135,150,174)
#778499
(119,132,153)
#677284
(103,114,132)
#57606F
(87,96,111)
#474E5A
(71,78,90)
#373C45
(55,60,69)
#272A30
(39,42,48)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #B7CCED

#B7CCED
(183,204,237)
#BDD0EE
(189,208,238)
#C3D4EF
(195,212,239)
#C9D8F0
(201,216,240)
#CFDCF1
(207,220,241)
#D5E0F2
(213,224,242)
#DBE4F3
(219,228,243)
#E1E8F4
(225,232,244)
#E7ECF5
(231,236,245)
#EDF0F6
(237,240,246)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CCED color. Also use rgb(183,204,237) instead hex code.

Text Font Color

.myTextColor { color: #B7CCED; }

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

This text font color is #B7CCED.

Background Color

.myBgColor { background-color: #B7CCED; }

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

This div background color is #B7CCED.

Border color

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

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

This div border color is #B7CCED.

Opacity

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

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

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

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

This text has shadow with #B7CCED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7CCED.

Preview

Color preview on black background

This text has color #B7CCED on black background.


Color preview on white background

This text has color #B7CCED on white background.


Black color preview on #B7CCED background

This text has black color on #B7CCED background.


White color preview on #B7CCED background

This text has white color on #B7CCED background.


Related colors

Complementary color

Complementary color for #hex is #483312.


I love getcolorcode.com

Triadic colors

1 #EDB7CC and #CCEDB7 with #B7CCED are triadic colors.

2 #EDCCB7 and #CCB7ED with #B7CCED are triadic colors.