COLOR #BDD697

HEX: #BDD697
RGB: (189,214,151)

Renk bilgisi

#BDD697 contains mainly red and green colors. #BDD697 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#BDD697 color RGB value is (189,214,151).

  • kırmız ton 189;
  • yeşil ton 214;
  • mavi ton 151.
RGB:
(189,214,151)
(74%,84%,59%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 214 of 255 = 84%
B 151 of 255 = 59%

189
214
151

R + G + B ~ 72%. #BDD697 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 214 + 151 = 554 (100%)
R 189 of 554 ~ 34.12%
G 214 of 554 ~ 38.63%
B 151 of 554 ~ 27.26%

%34.12
%38.63
%27.26

CMYK RENK MODELİ

#BDD697 rengi CMYK tonu (12,0,29,16).

  • camgöbeği tonu 11.68%
  • eflatun tonu 0.00%
  • sarı tonu 29.44%
  • ana renk tonu 16.08%
CMYK:
(12,0,29,16)
C12M0Y29K16 
(12%,0%,29%,16%)
(0.12/0.00/0.29/0.16)	

CMYK yüzdeleri

%11.68
%0
%29.44
%16.08

Codes

Color #BDD697 in popluar color models

BDD697
RGB189214151
HSL84°43.45%71.57%
HSB/HSV84°29.44%83.92%
CMYK11.68%0.00%29.44%
16.08%

Color #BDD697 in popluar number systems.

HEXBDD697
Decimal189214151
Binary101111011101011010010111
Octal275326227

Shades and tints

Shades of #BDD697

#BDD697
(189,214,151)
#ACC38A
(172,195,138)
#9BB07D
(155,176,125)
#8A9D70
(138,157,112)
#798A63
(121,138,99)
#687756
(104,119,86)
#576449
(87,100,73)
#46513C
(70,81,60)
#353E2F
(53,62,47)
#242B22
(36,43,34)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #BDD697

#BDD697
(189,214,151)
#C3D9A0
(195,217,160)
#C9DCA9
(201,220,169)
#CFDFB2
(207,223,178)
#D5E2BB
(213,226,187)
#DBE5C4
(219,229,196)
#E1E8CD
(225,232,205)
#E7EBD6
(231,235,214)
#EDEEDF
(237,238,223)
#F3F1E8
(243,241,232)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD697 color. Also use rgb(189,214,151) instead hex code.

Text Font Color

.myTextColor { color: #BDD697; }

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

This text font color is #BDD697.


Background Color

.myBgColor { background-color: #BDD697; }

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

This div background color is #BDD697.


Border color

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

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

This div border color is #BDD697.


Opacity

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

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

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

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

This text has shadow with #BDD697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD697 on black background.


Color preview on white background

This text has color #BDD697 on white background.



Black color preview on #BDD697 background

This text has black color on #BDD697 background.


White color preview on #BDD697 background

This text has white color on #BDD697 background.