COLOR #BFD3EB

HEX: #BFD3EB RGB: (191,211,235)

Color info

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

RGB color model

#BFD3EB color RGB value is (191,211,235).

RGB: (191,211,235) (75%, 83%, 92%)

RGB channels and saturation

R 191 of 255 = 75%
G 211 of 255 = 83%
B 235 of 255 = 92%

191
211
235

R + G + B ~ 83%. #BFD3EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 211 + 235 = 637 (100%)
R 191 of 637 ~ 29.98%
G 211 of 637 ~ 33.12%
B 235 of 637 ~ 36.89'%

%29.98
%33.12
%36.89

CMYK color model

#BFD3EB color CMYK value is (19,10,0,8).

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

CMYK: (19,10,0,8)
C19M10Y0K8 (19%, 10%, 0%, 8%)
(0.19 / 0.10 / 0.00 / 0.08)

CMYK percentages

%18.72
%10.21
%0
%7.84

Codes

Color #BFD3EB in popluar color models

BF D3 EB
RGB 191 211 235
HSL 213° 52.38% 83.53%
HSB/HSV 213° 18.72% 92.16%
CMYK 18.72% 10.21% 0.00%
7.84%

Color #BFD3EB in popluar number systems.

HEX BF D3 EB
Decimal 191 211 235
Binary 10111111 11010011 11101011
Octal 277 323 353

Shades and tints

Shades of #BFD3EB

#BFD3EB
(191,211,235)
#AEC0D6
(174,192,214)
#9DADC1
(157,173,193)
#8C9AAC
(140,154,172)
#7B8797
(123,135,151)
#6A7482
(106,116,130)
#59616D
(89,97,109)
#484E58
(72,78,88)
#373B43
(55,59,67)
#26282E
(38,40,46)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #BFD3EB

#BFD3EB
(191,211,235)
#C4D7EC
(196,215,236)
#C9DBED
(201,219,237)
#CEDFEE
(206,223,238)
#D3E3EF
(211,227,239)
#D8E7F0
(216,231,240)
#DDEBF1
(221,235,241)
#E2EFF2
(226,239,242)
#E7F3F3
(231,243,243)
#ECF7F4
(236,247,244)
#F1FBF5
(241,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD3EB; }

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

This text font color is #BFD3EB.

Background Color

.myBgColor { background-color: #BFD3EB; }

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

This div background color is #BFD3EB.

Border color

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

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

This div border color is #BFD3EB.

Opacity

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

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

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

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

This text has shadow with #BFD3EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFD3EB.

Preview

Color preview on black background

This text has color #BFD3EB on black background.


Color preview on white background

This text has color #BFD3EB on white background.


Black color preview on #BFD3EB background

This text has black color on #BFD3EB background.


White color preview on #BFD3EB background

This text has white color on #BFD3EB background.


Related colors

Complementary color

Complementary color for #hex is #402C14.


I love getcolorcode.com

Triadic colors

1 #EBBFD3 and #D3EBBF with #BFD3EB are triadic colors.

2 #EBD3BF and #D3BFEB with #BFD3EB are triadic colors.