COLOR #B5EDC4

HEX: #B5EDC4
RGB: (181,237,196)

Renk bilgisi

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

RGB renk modeli

#B5EDC4 color RGB value is (181,237,196).

  • kırmız ton 181;
  • yeşil ton 237;
  • mavi ton 196.
RGB:
(181,237,196)
(71%,93%,77%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 237 of 255 = 93%
B 196 of 255 = 77%

181
237
196

R + G + B ~ 80%. #B5EDC4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 237 + 196 = 614 (100%)
R 181 of 614 ~ 29.48%
G 237 of 614 ~ 38.6%
B 196 of 614 ~ 31.92%

%29.48
%38.6
%31.92

CMYK RENK MODELİ

#B5EDC4 rengi CMYK tonu (24,0,17,7).

  • camgöbeği tonu 23.63%
  • eflatun tonu 0.00%
  • sarı tonu 17.30%
  • ana renk tonu 7.06%
CMYK:
(24,0,17,7)
C24M0Y17K7 
(24%,0%,17%,7%)
(0.24/0.00/0.17/0.07)	

CMYK yüzdeleri

%23.63
%0
%17.3
%7.06

Codes

Color #B5EDC4 in popluar color models

B5EDC4
RGB181237196
HSL136°60.87%81.96%
HSB/HSV136°23.63%92.94%
CMYK23.63%0.00%17.30%
7.06%

Color #B5EDC4 in popluar number systems.

HEXB5EDC4
Decimal181237196
Binary101101011110110111000100
Octal265355304

Shades and tints

Shades of #B5EDC4

#B5EDC4
(181,237,196)
#A5D8B3
(165,216,179)
#95C3A2
(149,195,162)
#85AE91
(133,174,145)
#759980
(117,153,128)
#65846F
(101,132,111)
#556F5E
(85,111,94)
#455A4D
(69,90,77)
#35453C
(53,69,60)
#25302B
(37,48,43)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #B5EDC4

#B5EDC4
(181,237,196)
#BBEEC9
(187,238,201)
#C1EFCE
(193,239,206)
#C7F0D3
(199,240,211)
#CDF1D8
(205,241,216)
#D3F2DD
(211,242,221)
#D9F3E2
(217,243,226)
#DFF4E7
(223,244,231)
#E5F5EC
(229,245,236)
#EBF6F1
(235,246,241)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5EDC4 color. Also use rgb(181,237,196) instead hex code.

Text Font Color

.myTextColor { color: #B5EDC4; }

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

This text font color is #B5EDC4.


Background Color

.myBgColor { background-color: #B5EDC4; }

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

This div background color is #B5EDC4.


Border color

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

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

This div border color is #B5EDC4.


Opacity

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

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

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

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

This text has shadow with #B5EDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EDC4 on black background.


Color preview on white background

This text has color #B5EDC4 on white background.



Black color preview on #B5EDC4 background

This text has black color on #B5EDC4 background.


White color preview on #B5EDC4 background

This text has white color on #B5EDC4 background.