COLOR #B7E6AD

HEX: #B7E6AD
RGB: (183,230,173)

Renk bilgisi

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

RGB renk modeli

#B7E6AD color RGB value is (183,230,173).

  • kırmız ton 183;
  • yeşil ton 230;
  • mavi ton 173.
RGB:
(183,230,173)
(72%,90%,68%)

RGB bağlantıları ve doygunluk

R 183 of 255 = 72%
G 230 of 255 = 90%
B 173 of 255 = 68%

183
230
173

R + G + B ~ 77%. #B7E6AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
183 + 230 + 173 = 586 (100%)
R 183 of 586 ~ 31.23%
G 230 of 586 ~ 39.25%
B 173 of 586 ~ 29.52%

%31.23
%39.25
%29.52

CMYK RENK MODELİ

#B7E6AD rengi CMYK tonu (20,0,25,10).

  • camgöbeği tonu 20.43%
  • eflatun tonu 0.00%
  • sarı tonu 24.78%
  • ana renk tonu 9.80%
CMYK:
(20,0,25,10)
C20M0Y25K10 
(20%,0%,25%,10%)
(0.20/0.00/0.25/0.10)	

CMYK yüzdeleri

%20.43
%0
%24.78
%9.8

Codes

Color #B7E6AD in popluar color models

B7E6AD
RGB183230173
HSL109°53.27%79.02%
HSB/HSV109°24.78%90.20%
CMYK20.43%0.00%24.78%
9.80%

Color #B7E6AD in popluar number systems.

HEXB7E6AD
Decimal183230173
Binary101101111110011010101101
Octal267346255

Shades and tints

Shades of #B7E6AD

#B7E6AD
(183,230,173)
#A7D29E
(167,210,158)
#97BE8F
(151,190,143)
#87AA80
(135,170,128)
#779671
(119,150,113)
#678262
(103,130,98)
#576E53
(87,110,83)
#475A44
(71,90,68)
#374635
(55,70,53)
#273226
(39,50,38)
#171E17
(23,30,23)
#000000
(0,0,0)

Tints of #B7E6AD

#B7E6AD
(183,230,173)
#BDE8B4
(189,232,180)
#C3EABB
(195,234,187)
#C9ECC2
(201,236,194)
#CFEEC9
(207,238,201)
#D5F0D0
(213,240,208)
#DBF2D7
(219,242,215)
#E1F4DE
(225,244,222)
#E7F6E5
(231,246,229)
#EDF8EC
(237,248,236)
#F3FAF3
(243,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E6AD color. Also use rgb(183,230,173) instead hex code.

Text Font Color

.myTextColor { color: #B7E6AD; }

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

This text font color is #B7E6AD.


Background Color

.myBgColor { background-color: #B7E6AD; }

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

This div background color is #B7E6AD.


Border color

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

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

This div border color is #B7E6AD.


Opacity

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

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

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

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

This text has shadow with #B7E6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E6AD on black background.


Color preview on white background

This text has color #B7E6AD on white background.



Black color preview on #B7E6AD background

This text has black color on #B7E6AD background.


White color preview on #B7E6AD background

This text has white color on #B7E6AD background.