COLOR #DCE696

HEX: #DCE696 RGB: (220,230,150)

Renk bilgisi

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

RGB renk modeli

#DCE696 color RGB value is (220,230,150).

RGB: (220,230,150) (86%, 90%, 59%)

RGB bağlantıları ve doygunluk

R 220 of 255 = 86%
G 230 of 255 = 90%
B 150 of 255 = 59%

220
230
150

R + G + B ~ 78%. #DCE696 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 220 + 230 + 150 = 600 (100%)
R 220 of 600 ~ 36.67%
G 230 of 600 ~ 38.33%
B 150 of 600 ~ 25'%

%36.67
%38.33
%25

CMYK RENK MODELİ

#DCE696 rengi CMYK tonu (4,0,35,10).

  • camgöbeği tonu 4.35%
  • eflatun tonu 0.00%
  • sarı tonu 34.78%
  • ana renk tonu 9.80%

CMYK: (4,0,35,10)
C4M0Y35K10 (4%, 0%, 35%, 10%)
(0.04 / 0.00 / 0.35 / 0.10)

CMYK yüzdeleri

%4.35
%0
%34.78
%9.8

Codes

Color #DCE696 in popluar color models

DC E6 96
RGB 220 230 150
HSL 68° 61.54% 74.51%
HSB/HSV 68° 34.78% 90.20%
CMYK 4.35% 0.00% 34.78%
9.80%

Color #DCE696 in popluar number systems.

HEX DC E6 96
Decimal 220 230 150
Binary 11011100 11100110 10010110
Octal 334 346 226

Shades and tints

Shades of #DCE696

#DCE696
(220,230,150)
#C8D289
(200,210,137)
#B4BE7C
(180,190,124)
#A0AA6F
(160,170,111)
#8C9662
(140,150,98)
#788255
(120,130,85)
#646E48
(100,110,72)
#505A3B
(80,90,59)
#3C462E
(60,70,46)
#283221
(40,50,33)
#141E14
(20,30,20)
#000000
(0,0,0)

Tints of #DCE696

#DCE696
(220,230,150)
#DFE89F
(223,232,159)
#E2EAA8
(226,234,168)
#E5ECB1
(229,236,177)
#E8EEBA
(232,238,186)
#EBF0C3
(235,240,195)
#EEF2CC
(238,242,204)
#F1F4D5
(241,244,213)
#F4F6DE
(244,246,222)
#F7F8E7
(247,248,231)
#FAFAF0
(250,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE696 color. Also use rgb(220,230,150) instead hex code.

Text Font Color

.myTextColor { color: #DCE696; }

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

This text font color is #DCE696.

Background Color

.myBgColor { background-color: #DCE696; }

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

This div background color is #DCE696.

Border color

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

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

This div border color is #DCE696.

Opacity

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

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

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

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

This text has shadow with #DCE696 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE696.

Preview

Color preview on black background

This text has color #DCE696 on black background.


Color preview on white background

This text has color #DCE696 on white background.


Black color preview on #DCE696 background

This text has black color on #DCE696 background.


White color preview on #DCE696 background

This text has white color on #DCE696 background.


Related colors

Complementary color

Complementary color for #hex is #231969.


I love getcolorcode.com

Triadic colors

1 #96DCE6 and #E696DC with #DCE696 are triadic colors.

2 #96E6DC and #E6DC96 with #DCE696 are triadic colors.