COLOR #BDF1C4

HEX: #BDF1C4
RGB: (189,241,196)

Color info

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

RGB color model

#BDF1C4 color RGB value is (189,241,196).

  • red value is 189;
  • green value is 241;
  • blue value is 196.
RGB:
(189,241,196)
(74%,95%,77%)

RGB channels and saturation

R 189 of 255 = 74%
G 241 of 255 = 95%
B 196 of 255 = 77%

189
241
196

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

Portions of RGB colors in percentages

R + G + B =
189 + 241 + 196 = 626 (100%)
R 189 of 626 ~ 30.19%
G 241 of 626 ~ 38.5%
B 196 of 626 ~ 31.31%

%30.19
%38.5
%31.31

CMYK color model

#BDF1C4 color CMYK value is (22,0,19,5).

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 18.67%
  • key color value is 5.49%
CMYK:
(22,0,19,5)
C22M0Y19K5 
(22%,0%,19%,5%)
(0.22/0.00/0.19/0.05)	

CMYK percentages

%21.58
%0
%18.67
%5.49

Codes

Color #BDF1C4 in popluar color models

BDF1C4
RGB189241196
HSL128°65.00%84.31%
HSB/HSV128°21.58%94.51%
CMYK21.58%0.00%18.67%
5.49%

Color #BDF1C4 in popluar number systems.

HEXBDF1C4
Decimal189241196
Binary101111011111000111000100
Octal275361304

Shades and tints

Shades of #BDF1C4

#BDF1C4
(189,241,196)
#ACDCB3
(172,220,179)
#9BC7A2
(155,199,162)
#8AB291
(138,178,145)
#799D80
(121,157,128)
#68886F
(104,136,111)
#57735E
(87,115,94)
#465E4D
(70,94,77)
#35493C
(53,73,60)
#24342B
(36,52,43)
#131F1A
(19,31,26)
#000000
(0,0,0)

Tints of #BDF1C4

#BDF1C4
(189,241,196)
#C3F2C9
(195,242,201)
#C9F3CE
(201,243,206)
#CFF4D3
(207,244,211)
#D5F5D8
(213,245,216)
#DBF6DD
(219,246,221)
#E1F7E2
(225,247,226)
#E7F8E7
(231,248,231)
#EDF9EC
(237,249,236)
#F3FAF1
(243,250,241)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF1C4 color. Also use rgb(189,241,196) instead hex code.

Text Font Color

.myTextColor { color: #BDF1C4; }

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

This text font color is #BDF1C4.


Background Color

.myBgColor { background-color: #BDF1C4; }

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

This div background color is #BDF1C4.


Border color

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

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

This div border color is #BDF1C4.


Opacity

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

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

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

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

This text has shadow with #BDF1C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF1C4 on black background.


Color preview on white background

This text has color #BDF1C4 on white background.



Black color preview on #BDF1C4 background

This text has black color on #BDF1C4 background.


White color preview on #BDF1C4 background

This text has white color on #BDF1C4 background.