COLOR #B4D3EB

HEX: #B4D3EB RGB: (180,211,235)

Color info

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

RGB color model

#B4D3EB color RGB value is (180,211,235).

RGB: (180,211,235) (71%, 83%, 92%)

RGB channels and saturation

R 180 of 255 = 71%
G 211 of 255 = 83%
B 235 of 255 = 92%

180
211
235

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

Portions of RGB colors in percentages

R + G + B = 180 + 211 + 235 = 626 (100%)
R 180 of 626 ~ 28.75%
G 211 of 626 ~ 33.71%
B 235 of 626 ~ 37.54'%

%28.75
%33.71
%37.54

CMYK color model

#B4D3EB color CMYK value is (23,10,0,8).

  • cyan value is 23.40%
  • magenta value is 10.21%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (23,10,0,8)
C23M10Y0K8 (23%, 10%, 0%, 8%)
(0.23 / 0.10 / 0.00 / 0.08)

CMYK percentages

%23.4
%10.21
%0
%7.84

Codes

Color #B4D3EB in popluar color models

B4 D3 EB
RGB 180 211 235
HSL 206° 57.89% 81.37%
HSB/HSV 206° 23.40% 92.16%
CMYK 23.40% 10.21% 0.00%
7.84%

Color #B4D3EB in popluar number systems.

HEX B4 D3 EB
Decimal 180 211 235
Binary 10110100 11010011 11101011
Octal 264 323 353

Shades and tints

Shades of #B4D3EB

#B4D3EB
(180,211,235)
#A4C0D6
(164,192,214)
#94ADC1
(148,173,193)
#849AAC
(132,154,172)
#748797
(116,135,151)
#647482
(100,116,130)
#54616D
(84,97,109)
#444E58
(68,78,88)
#343B43
(52,59,67)
#24282E
(36,40,46)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #B4D3EB

#B4D3EB
(180,211,235)
#BAD7EC
(186,215,236)
#C0DBED
(192,219,237)
#C6DFEE
(198,223,238)
#CCE3EF
(204,227,239)
#D2E7F0
(210,231,240)
#D8EBF1
(216,235,241)
#DEEFF2
(222,239,242)
#E4F3F3
(228,243,243)
#EAF7F4
(234,247,244)
#F0FBF5
(240,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D3EB color. Also use rgb(180,211,235) instead hex code.

Text Font Color

.myTextColor { color: #B4D3EB; }

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

This text font color is #B4D3EB.

Background Color

.myBgColor { background-color: #B4D3EB; }

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

This div background color is #B4D3EB.

Border color

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

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

This div border color is #B4D3EB.

Opacity

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

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

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

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

This text has shadow with #B4D3EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D3EB.

Preview

Color preview on black background

This text has color #B4D3EB on black background.


Color preview on white background

This text has color #B4D3EB on white background.


Black color preview on #B4D3EB background

This text has black color on #B4D3EB background.


White color preview on #B4D3EB background

This text has white color on #B4D3EB background.


Related colors

Complementary color

Complementary color for #hex is #4B2C14.


I love getcolorcode.com

Triadic colors

1 #EBB4D3 and #D3EBB4 with #B4D3EB are triadic colors.

2 #EBD3B4 and #D3B4EB with #B4D3EB are triadic colors.