COLOR #D0676B

HEX: #D0676B
RGB: (208,103,107)

Renk bilgisi

#D0676B contains mainly red color. #D0676B ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#D0676B color RGB value is (208,103,107).

  • kırmız ton 208;
  • yeşil ton 103;
  • mavi ton 107.
RGB:
(208,103,107)
(82%,40%,42%)

RGB bağlantıları ve doygunluk

R 208 of 255 = 82%
G 103 of 255 = 40%
B 107 of 255 = 42%

208
103
107

R + G + B ~ 55%. #D0676B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
208 + 103 + 107 = 418 (100%)
R 208 of 418 ~ 49.76%
G 103 of 418 ~ 24.64%
B 107 of 418 ~ 25.6%

%49.76
%24.64
%25.6

CMYK RENK MODELİ

#D0676B rengi CMYK tonu (0,50,49,18).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.48%
  • sarı tonu 48.56%
  • ana renk tonu 18.43%
CMYK:
(0,50,49,18)
C0M50Y49K18 
(0%,50%,49%,18%)
(0.00/0.50/0.49/0.18)	

CMYK yüzdeleri

%0
%50.48
%48.56
%18.43

Codes

Color #D0676B in popluar color models

D0676B
RGB208103107
HSL358°52.76%60.98%
HSB/HSV358°50.48%81.57%
CMYK0.00%50.48%48.56%
18.43%

Color #D0676B in popluar number systems.

HEXD0676B
Decimal208103107
Binary1101000011001111101011
Octal320147153

Shades and tints

Shades of #D0676B

#D0676B
(208,103,107)
#BE5E62
(190,94,98)
#AC5559
(172,85,89)
#9A4C50
(154,76,80)
#884347
(136,67,71)
#763A3E
(118,58,62)
#643135
(100,49,53)
#52282C
(82,40,44)
#401F23
(64,31,35)
#2E161A
(46,22,26)
#1C0D11
(28,13,17)
#000000
(0,0,0)

Tints of #D0676B

#D0676B
(208,103,107)
#D47478
(212,116,120)
#D88185
(216,129,133)
#DC8E92
(220,142,146)
#E09B9F
(224,155,159)
#E4A8AC
(228,168,172)
#E8B5B9
(232,181,185)
#ECC2C6
(236,194,198)
#F0CFD3
(240,207,211)
#F4DCE0
(244,220,224)
#F8E9ED
(248,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0676B color. Also use rgb(208,103,107) instead hex code.

Text Font Color

.myTextColor { color: #D0676B; }

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

This text font color is #D0676B.


Background Color

.myBgColor { background-color: #D0676B; }

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

This div background color is #D0676B.


Border color

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

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

This div border color is #D0676B.


Opacity

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

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

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

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

This text has shadow with #D0676B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0676B on black background.


Color preview on white background

This text has color #D0676B on white background.



Black color preview on #D0676B background

This text has black color on #D0676B background.


White color preview on #D0676B background

This text has white color on #D0676B background.