COLOR #BDE3BF

HEX: #BDE3BF
RGB: (189,227,191)

Color info

#BDE3BF contains red, green and blue colors in about the same proportion. Web safe color of #BDE3BF is #CCCCCC (or #CCC).

RGB color model

#BDE3BF color RGB value is (189,227,191).

  • red value is 189;
  • green value is 227;
  • blue value is 191.
RGB:
(189,227,191)
(74%,89%,75%)

RGB channels and saturation

R 189 of 255 = 74%
G 227 of 255 = 89%
B 191 of 255 = 75%

189
227
191

R + G + B ~ 79%. #BDE3BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 227 + 191 = 607 (100%)
R 189 of 607 ~ 31.14%
G 227 of 607 ~ 37.4%
B 191 of 607 ~ 31.47%

%31.14
%37.4
%31.47

CMYK color model

#BDE3BF color CMYK value is (17,0,16,11).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 15.86%
  • key color value is 10.98%
CMYK:
(17,0,16,11)
C17M0Y16K11 
(17%,0%,16%,11%)
(0.17/0.00/0.16/0.11)	

CMYK percentages

%16.74
%0
%15.86
%10.98

Codes

Color #BDE3BF in popluar color models

BDE3BF
RGB189227191
HSL123°40.43%81.57%
HSB/HSV123°16.74%89.02%
CMYK16.74%0.00%15.86%
10.98%

Color #BDE3BF in popluar number systems.

HEXBDE3BF
Decimal189227191
Binary101111011110001110111111
Octal275343277

Shades and tints

Shades of #BDE3BF

#BDE3BF
(189,227,191)
#ACCFAE
(172,207,174)
#9BBB9D
(155,187,157)
#8AA78C
(138,167,140)
#79937B
(121,147,123)
#687F6A
(104,127,106)
#576B59
(87,107,89)
#465748
(70,87,72)
#354337
(53,67,55)
#242F26
(36,47,38)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #BDE3BF

#BDE3BF
(189,227,191)
#C3E5C4
(195,229,196)
#C9E7C9
(201,231,201)
#CFE9CE
(207,233,206)
#D5EBD3
(213,235,211)
#DBEDD8
(219,237,216)
#E1EFDD
(225,239,221)
#E7F1E2
(231,241,226)
#EDF3E7
(237,243,231)
#F3F5EC
(243,245,236)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE3BF; }

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

This text font color is #BDE3BF.


Background Color

.myBgColor { background-color: #BDE3BF; }

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

This div background color is #BDE3BF.


Border color

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

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

This div border color is #BDE3BF.


Opacity

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

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

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

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

This text has shadow with #BDE3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE3BF on black background.


Color preview on white background

This text has color #BDE3BF on white background.



Black color preview on #BDE3BF background

This text has black color on #BDE3BF background.


White color preview on #BDE3BF background

This text has white color on #BDE3BF background.