COLOR #BED5AD

HEX: #BED5AD
RGB: (190,213,173)

Renk bilgisi

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

RGB renk modeli

#BED5AD color RGB value is (190,213,173).

  • kırmız ton 190;
  • yeşil ton 213;
  • mavi ton 173.
RGB:
(190,213,173)
(75%,84%,68%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 213 of 255 = 84%
B 173 of 255 = 68%

190
213
173

R + G + B ~ 76%. #BED5AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 213 + 173 = 576 (100%)
R 190 of 576 ~ 32.99%
G 213 of 576 ~ 36.98%
B 173 of 576 ~ 30.03%

%32.99
%36.98
%30.03

CMYK RENK MODELİ

#BED5AD rengi CMYK tonu (11,0,19,16).

  • camgöbeği tonu 10.80%
  • eflatun tonu 0.00%
  • sarı tonu 18.78%
  • ana renk tonu 16.47%
CMYK:
(11,0,19,16)
C11M0Y19K16 
(11%,0%,19%,16%)
(0.11/0.00/0.19/0.16)	

CMYK yüzdeleri

%10.8
%0
%18.78
%16.47

Codes

Color #BED5AD in popluar color models

BED5AD
RGB190213173
HSL95°32.26%75.69%
HSB/HSV95°18.78%83.53%
CMYK10.80%0.00%18.78%
16.47%

Color #BED5AD in popluar number systems.

HEXBED5AD
Decimal190213173
Binary101111101101010110101101
Octal276325255

Shades and tints

Shades of #BED5AD

#BED5AD
(190,213,173)
#ADC29E
(173,194,158)
#9CAF8F
(156,175,143)
#8B9C80
(139,156,128)
#7A8971
(122,137,113)
#697662
(105,118,98)
#586353
(88,99,83)
#475044
(71,80,68)
#363D35
(54,61,53)
#252A26
(37,42,38)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #BED5AD

#BED5AD
(190,213,173)
#C3D8B4
(195,216,180)
#C8DBBB
(200,219,187)
#CDDEC2
(205,222,194)
#D2E1C9
(210,225,201)
#D7E4D0
(215,228,208)
#DCE7D7
(220,231,215)
#E1EADE
(225,234,222)
#E6EDE5
(230,237,229)
#EBF0EC
(235,240,236)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED5AD color. Also use rgb(190,213,173) instead hex code.

Text Font Color

.myTextColor { color: #BED5AD; }

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

This text font color is #BED5AD.


Background Color

.myBgColor { background-color: #BED5AD; }

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

This div background color is #BED5AD.


Border color

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

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

This div border color is #BED5AD.


Opacity

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

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

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

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

This text has shadow with #BED5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED5AD on black background.


Color preview on white background

This text has color #BED5AD on white background.



Black color preview on #BED5AD background

This text has black color on #BED5AD background.


White color preview on #BED5AD background

This text has white color on #BED5AD background.