COLOR #D6BEBB

HEX: #D6BEBB
RGB: (214,190,187)

Renk bilgisi

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

RGB renk modeli

#D6BEBB color RGB value is (214,190,187).

  • kırmız ton 214;
  • yeşil ton 190;
  • mavi ton 187.
RGB:
(214,190,187)
(84%,75%,73%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 190 of 255 = 75%
B 187 of 255 = 73%

214
190
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 190 + 187 = 591 (100%)
R 214 of 591 ~ 36.21%
G 190 of 591 ~ 32.15%
B 187 of 591 ~ 31.64%

%36.21
%32.15
%31.64

CMYK RENK MODELİ

#D6BEBB rengi CMYK tonu (0,11,13,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.21%
  • sarı tonu 12.62%
  • ana renk tonu 16.08%
CMYK:
(0,11,13,16)
C0M11Y13K16 
(0%,11%,13%,16%)
(0.00/0.11/0.13/0.16)	

CMYK yüzdeleri

%0
%11.21
%12.62
%16.08

Codes

Color #D6BEBB in popluar color models

D6BEBB
RGB214190187
HSL24.77%78.63%
HSB/HSV12.62%83.92%
CMYK0.00%11.21%12.62%
16.08%

Color #D6BEBB in popluar number systems.

HEXD6BEBB
Decimal214190187
Binary110101101011111010111011
Octal326276273

Shades and tints

Shades of #D6BEBB

#D6BEBB
(214,190,187)
#C3ADAA
(195,173,170)
#B09C99
(176,156,153)
#9D8B88
(157,139,136)
#8A7A77
(138,122,119)
#776966
(119,105,102)
#645855
(100,88,85)
#514744
(81,71,68)
#3E3633
(62,54,51)
#2B2522
(43,37,34)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #D6BEBB

#D6BEBB
(214,190,187)
#D9C3C1
(217,195,193)
#DCC8C7
(220,200,199)
#DFCDCD
(223,205,205)
#E2D2D3
(226,210,211)
#E5D7D9
(229,215,217)
#E8DCDF
(232,220,223)
#EBE1E5
(235,225,229)
#EEE6EB
(238,230,235)
#F1EBF1
(241,235,241)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BEBB color. Also use rgb(214,190,187) instead hex code.

Text Font Color

.myTextColor { color: #D6BEBB; }

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

This text font color is #D6BEBB.


Background Color

.myBgColor { background-color: #D6BEBB; }

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

This div background color is #D6BEBB.


Border color

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

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

This div border color is #D6BEBB.


Opacity

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

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

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

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

This text has shadow with #D6BEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BEBB on black background.


Color preview on white background

This text has color #D6BEBB on white background.



Black color preview on #D6BEBB background

This text has black color on #D6BEBB background.


White color preview on #D6BEBB background

This text has white color on #D6BEBB background.