COLOR #BDEBE3

HEX: #BDEBE3 RGB: (189,235,227)

Color info

#BDEBE3 contains red, green and blue colors in about the same proportion. Web safe color of #BDEBE3 is #CCFFCC (or #CFC).

RGB color model

#BDEBE3 color RGB value is (189,235,227).

RGB: (189,235,227) (74%, 92%, 89%)

RGB channels and saturation

R 189 of 255 = 74%
G 235 of 255 = 92%
B 227 of 255 = 89%

189
235
227

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

Portions of RGB colors in percentages

R + G + B = 189 + 235 + 227 = 651 (100%)
R 189 of 651 ~ 29.03%
G 235 of 651 ~ 36.1%
B 227 of 651 ~ 34.87'%

%29.03
%36.1
%34.87

CMYK color model

#BDEBE3 color CMYK value is (20,0,3,8).

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

CMYK: (20,0,3,8)
C20M0Y3K8 (20%, 0%, 3%, 8%)
(0.20 / 0.00 / 0.03 / 0.08)

CMYK percentages

%19.57
%0
%3.4
%7.84

Codes

Color #BDEBE3 in popluar color models

BD EB E3
RGB 189 235 227
HSL 170° 53.49% 83.14%
HSB/HSV 170° 19.57% 92.16%
CMYK 19.57% 0.00% 3.40%
7.84%

Color #BDEBE3 in popluar number systems.

HEX BD EB E3
Decimal 189 235 227
Binary 10111101 11101011 11100011
Octal 275 353 343

Shades and tints

Shades of #BDEBE3

#BDEBE3
(189,235,227)
#ACD6CF
(172,214,207)
#9BC1BB
(155,193,187)
#8AACA7
(138,172,167)
#799793
(121,151,147)
#68827F
(104,130,127)
#576D6B
(87,109,107)
#465857
(70,88,87)
#354343
(53,67,67)
#242E2F
(36,46,47)
#13191B
(19,25,27)
#000000
(0,0,0)

Tints of #BDEBE3

#BDEBE3
(189,235,227)
#C3ECE5
(195,236,229)
#C9EDE7
(201,237,231)
#CFEEE9
(207,238,233)
#D5EFEB
(213,239,235)
#DBF0ED
(219,240,237)
#E1F1EF
(225,241,239)
#E7F2F1
(231,242,241)
#EDF3F3
(237,243,243)
#F3F4F5
(243,244,245)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDEBE3; }

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

This text font color is #BDEBE3.

Background Color

.myBgColor { background-color: #BDEBE3; }

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

This div background color is #BDEBE3.

Border color

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

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

This div border color is #BDEBE3.

Opacity

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

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

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

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

This text has shadow with #BDEBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDEBE3.

Preview

Color preview on black background

This text has color #BDEBE3 on black background.


Color preview on white background

This text has color #BDEBE3 on white background.


Black color preview on #BDEBE3 background

This text has black color on #BDEBE3 background.


White color preview on #BDEBE3 background

This text has white color on #BDEBE3 background.


Related colors

Complementary color

Complementary color for #hex is #42141C.


I love getcolorcode.com

Triadic colors

1 #E3BDEB and #EBE3BD with #BDEBE3 are triadic colors.

2 #E3EBBD and #EBBDE3 with #BDEBE3 are triadic colors.