COLOR #B9EDD4

HEX: #B9EDD4
RGB: (185,237,212)

Renk bilgisi

#B9EDD4 contains red, green and blue colors in about the same proportion. #B9EDD4 ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#B9EDD4 color RGB value is (185,237,212).

  • kırmız ton 185;
  • yeşil ton 237;
  • mavi ton 212.
RGB:
(185,237,212)
(73%,93%,83%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 237 of 255 = 93%
B 212 of 255 = 83%

185
237
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 237 + 212 = 634 (100%)
R 185 of 634 ~ 29.18%
G 237 of 634 ~ 37.38%
B 212 of 634 ~ 33.44%

%29.18
%37.38
%33.44

CMYK RENK MODELİ

#B9EDD4 rengi CMYK tonu (22,0,11,7).

  • camgöbeği tonu 21.94%
  • eflatun tonu 0.00%
  • sarı tonu 10.55%
  • ana renk tonu 7.06%
CMYK:
(22,0,11,7)
C22M0Y11K7 
(22%,0%,11%,7%)
(0.22/0.00/0.11/0.07)	

CMYK yüzdeleri

%21.94
%0
%10.55
%7.06

Codes

Color #B9EDD4 in popluar color models

B9EDD4
RGB185237212
HSL151°59.09%82.75%
HSB/HSV151°21.94%92.94%
CMYK21.94%0.00%10.55%
7.06%

Color #B9EDD4 in popluar number systems.

HEXB9EDD4
Decimal185237212
Binary101110011110110111010100
Octal271355324

Shades and tints

Shades of #B9EDD4

#B9EDD4
(185,237,212)
#A9D8C1
(169,216,193)
#99C3AE
(153,195,174)
#89AE9B
(137,174,155)
#799988
(121,153,136)
#698475
(105,132,117)
#596F62
(89,111,98)
#495A4F
(73,90,79)
#39453C
(57,69,60)
#293029
(41,48,41)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #B9EDD4

#B9EDD4
(185,237,212)
#BFEED7
(191,238,215)
#C5EFDA
(197,239,218)
#CBF0DD
(203,240,221)
#D1F1E0
(209,241,224)
#D7F2E3
(215,242,227)
#DDF3E6
(221,243,230)
#E3F4E9
(227,244,233)
#E9F5EC
(233,245,236)
#EFF6EF
(239,246,239)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EDD4 color. Also use rgb(185,237,212) instead hex code.

Text Font Color

.myTextColor { color: #B9EDD4; }

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

This text font color is #B9EDD4.


Background Color

.myBgColor { background-color: #B9EDD4; }

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

This div background color is #B9EDD4.


Border color

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

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

This div border color is #B9EDD4.


Opacity

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

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

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

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

This text has shadow with #B9EDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EDD4 on black background.


Color preview on white background

This text has color #B9EDD4 on white background.



Black color preview on #B9EDD4 background

This text has black color on #B9EDD4 background.


White color preview on #B9EDD4 background

This text has white color on #B9EDD4 background.