COLOR #DAE764

HEX: #DAE764
RGB: (218,231,100)

Renk bilgisi

#DAE764 contains mainly red and green colors. #DAE764 ‘ nin web güvenlik rengi #CCFF66 (ya da #CF6) dir.

RGB renk modeli

#DAE764 color RGB value is (218,231,100).

  • kırmız ton 218;
  • yeşil ton 231;
  • mavi ton 100.
RGB:
(218,231,100)
(85%,91%,39%)

RGB bağlantıları ve doygunluk

R 218 of 255 = 85%
G 231 of 255 = 91%
B 100 of 255 = 39%

218
231
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
218 + 231 + 100 = 549 (100%)
R 218 of 549 ~ 39.71%
G 231 of 549 ~ 42.08%
B 100 of 549 ~ 18.21%

%39.71
%42.08
%18.21

CMYK RENK MODELİ

#DAE764 rengi CMYK tonu (6,0,57,9).

  • camgöbeği tonu 5.63%
  • eflatun tonu 0.00%
  • sarı tonu 56.71%
  • ana renk tonu 9.41%
CMYK:
(6,0,57,9)
C6M0Y57K9 
(6%,0%,57%,9%)
(0.06/0.00/0.57/0.09)	

CMYK yüzdeleri

%5.63
%0
%56.71
%9.41

Codes

Color #DAE764 in popluar color models

DAE764
RGB218231100
HSL66°73.18%64.90%
HSB/HSV66°56.71%90.59%
CMYK5.63%0.00%56.71%
9.41%

Color #DAE764 in popluar number systems.

HEXDAE764
Decimal218231100
Binary11011010111001111100100
Octal332347144

Shades and tints

Shades of #DAE764

#DAE764
(218,231,100)
#C7D25B
(199,210,91)
#B4BD52
(180,189,82)
#A1A849
(161,168,73)
#8E9340
(142,147,64)
#7B7E37
(123,126,55)
#68692E
(104,105,46)
#555425
(85,84,37)
#423F1C
(66,63,28)
#2F2A13
(47,42,19)
#1C150A
(28,21,10)
#000000
(0,0,0)

Tints of #DAE764

#DAE764
(218,231,100)
#DDE972
(221,233,114)
#E0EB80
(224,235,128)
#E3ED8E
(227,237,142)
#E6EF9C
(230,239,156)
#E9F1AA
(233,241,170)
#ECF3B8
(236,243,184)
#EFF5C6
(239,245,198)
#F2F7D4
(242,247,212)
#F5F9E2
(245,249,226)
#F8FBF0
(248,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE764 color. Also use rgb(218,231,100) instead hex code.

Text Font Color

.myTextColor { color: #DAE764; }

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

This text font color is #DAE764.


Background Color

.myBgColor { background-color: #DAE764; }

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

This div background color is #DAE764.


Border color

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

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

This div border color is #DAE764.


Opacity

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

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

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

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

This text has shadow with #DAE764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE764 on black background.


Color preview on white background

This text has color #DAE764 on white background.



Black color preview on #DAE764 background

This text has black color on #DAE764 background.


White color preview on #DAE764 background

This text has white color on #DAE764 background.