COLOR #BFE3EB

HEX: #BFE3EB RGB: (191,227,235)

Color info

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

RGB color model

#BFE3EB color RGB value is (191,227,235).

RGB: (191,227,235) (75%, 89%, 92%)

RGB channels and saturation

R 191 of 255 = 75%
G 227 of 255 = 89%
B 235 of 255 = 92%

191
227
235

R + G + B ~ 85%. #BFE3EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 227 + 235 = 653 (100%)
R 191 of 653 ~ 29.25%
G 227 of 653 ~ 34.76%
B 235 of 653 ~ 35.99'%

%29.25
%34.76
%35.99

CMYK color model

#BFE3EB color CMYK value is (19,3,0,8).

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

CMYK: (19,3,0,8)
C19M3Y0K8 (19%, 3%, 0%, 8%)
(0.19 / 0.03 / 0.00 / 0.08)

CMYK percentages

%18.72
%3.4
%0
%7.84

Codes

Color #BFE3EB in popluar color models

BF E3 EB
RGB 191 227 235
HSL 191° 52.38% 83.53%
HSB/HSV 191° 18.72% 92.16%
CMYK 18.72% 3.40% 0.00%
7.84%

Color #BFE3EB in popluar number systems.

HEX BF E3 EB
Decimal 191 227 235
Binary 10111111 11100011 11101011
Octal 277 343 353

Shades and tints

Shades of #BFE3EB

#BFE3EB
(191,227,235)
#AECFD6
(174,207,214)
#9DBBC1
(157,187,193)
#8CA7AC
(140,167,172)
#7B9397
(123,147,151)
#6A7F82
(106,127,130)
#596B6D
(89,107,109)
#485758
(72,87,88)
#374343
(55,67,67)
#262F2E
(38,47,46)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #BFE3EB

#BFE3EB
(191,227,235)
#C4E5EC
(196,229,236)
#C9E7ED
(201,231,237)
#CEE9EE
(206,233,238)
#D3EBEF
(211,235,239)
#D8EDF0
(216,237,240)
#DDEFF1
(221,239,241)
#E2F1F2
(226,241,242)
#E7F3F3
(231,243,243)
#ECF5F4
(236,245,244)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE3EB; }

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

This text font color is #BFE3EB.

Background Color

.myBgColor { background-color: #BFE3EB; }

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

This div background color is #BFE3EB.

Border color

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

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

This div border color is #BFE3EB.

Opacity

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

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

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

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

This text has shadow with #BFE3EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE3EB.

Preview

Color preview on black background

This text has color #BFE3EB on black background.


Color preview on white background

This text has color #BFE3EB on white background.


Black color preview on #BFE3EB background

This text has black color on #BFE3EB background.


White color preview on #BFE3EB background

This text has white color on #BFE3EB background.


Related colors

Complementary color

Complementary color for #hex is #401C14.


I love getcolorcode.com

Triadic colors

1 #EBBFE3 and #E3EBBF with #BFE3EB are triadic colors.

2 #EBE3BF and #E3BFEB with #BFE3EB are triadic colors.