COLOR #BDF7C4

HEX: #BDF7C4
RGB: (189,247,196)

Color info

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

RGB color model

#BDF7C4 color RGB value is (189,247,196).

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

RGB channels and saturation

R 189 of 255 = 74%
G 247 of 255 = 97%
B 196 of 255 = 77%

189
247
196

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

Portions of RGB colors in percentages

R + G + B =
189 + 247 + 196 = 632 (100%)
R 189 of 632 ~ 29.91%
G 247 of 632 ~ 39.08%
B 196 of 632 ~ 31.01%

%29.91
%39.08
%31.01

CMYK color model

#BDF7C4 color CMYK value is (23,0,21,3).

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 3.14%
CMYK:
(23,0,21,3)
C23M0Y21K3 
(23%,0%,21%,3%)
(0.23/0.00/0.21/0.03)	

CMYK percentages

%23.48
%0
%20.65
%3.14

Codes

Color #BDF7C4 in popluar color models

BDF7C4
RGB189247196
HSL127°78.38%85.49%
HSB/HSV127°23.48%96.86%
CMYK23.48%0.00%20.65%
3.14%

Color #BDF7C4 in popluar number systems.

HEXBDF7C4
Decimal189247196
Binary101111011111011111000100
Octal275367304

Shades and tints

Shades of #BDF7C4

#BDF7C4
(189,247,196)
#ACE1B3
(172,225,179)
#9BCBA2
(155,203,162)
#8AB591
(138,181,145)
#799F80
(121,159,128)
#68896F
(104,137,111)
#57735E
(87,115,94)
#465D4D
(70,93,77)
#35473C
(53,71,60)
#24312B
(36,49,43)
#131B1A
(19,27,26)
#000000
(0,0,0)

Tints of #BDF7C4

#BDF7C4
(189,247,196)
#C3F7C9
(195,247,201)
#C9F7CE
(201,247,206)
#CFF7D3
(207,247,211)
#D5F7D8
(213,247,216)
#DBF7DD
(219,247,221)
#E1F7E2
(225,247,226)
#E7F7E7
(231,247,231)
#EDF7EC
(237,247,236)
#F3F7F1
(243,247,241)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF7C4; }

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

This text font color is #BDF7C4.


Background Color

.myBgColor { background-color: #BDF7C4; }

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

This div background color is #BDF7C4.


Border color

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

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

This div border color is #BDF7C4.


Opacity

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

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

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

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

This text has shadow with #BDF7C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF7C4 on black background.


Color preview on white background

This text has color #BDF7C4 on white background.



Black color preview on #BDF7C4 background

This text has black color on #BDF7C4 background.


White color preview on #BDF7C4 background

This text has white color on #BDF7C4 background.